Hello:
In order to publish an Inform 6 as an Android apk, I’ve been using node and Cordova to publish a mini site (that uses Parchment), building it to an apk with PhoneGap.
However, the Android apk that I get has a few problems:
- After entering a command, the Android keyboard vanishes and I have to click on the screen every time I need to use the command prompt
- At the start of my game I use inform’s BOX to display a text box: in Parchment / browser it appears complete but in the app it’s displayed with blank lines and “undefined” text in between
Has anyone had success publishing Inform 6 as an Android apk and / or any hints on what would be wrong here? I can provide files if needed.