I am creating a simulator, in this simulator I intend to put a text manual on some screens.
My manual is quite extensive so it should be scrollable like a pdf that you usually read around.
My attempts to display the text (remembering that my simulator must work on both web and android).
1. I tried to use the iframe by placing a link to a new page on google sites where my texts were, but it didn't even load on android.
2. In this attempt I created an html file and tried to display it in the iframe, but again it didn't work on android. (ignore the overlapping buttons, this is another bug of the construct)
3.this attempt consists of me trying to display a pdf in the iframe everything worked in the preview! but the apk didn't even install on android for the simple fact of having a .pdf file the project simply broke on android.
I would very much like to display an amount of scrollable text for reading, does anyone have any ideals of how to do this in construct3?