Hello.
I have found the iframe extension and it seems perfect for what I need. (Am I correct that do extensions often not allow you to create objects using the UI, and instead you have to do it with code in the “At beginning of scene” event?)
I would like to put some html content in the same folder as my gdevelop game and then be able to load a screen that has an iframe whose URL is either “info.html” or “assets/info.html” but neither of these work (yes, the file is in that location).
I’d like this to work on mobile btw.
Is there a call to get a gdevelop games location on disk, because then I might be able to construct a file:/// url (would that work?).
I don’t want the iframe to be https because I’d like this game to eventually to be able to be downloaded and used offline and access the info without requiring a connection.
Thanks