I will say right away that my application works great on android.
On iOS, I can't even run a clean demo application.
I am using cordova 10, version of the iOS 6.1.0 platform, xcode 11.7
I've tried a lot of variations. But for some reason the theme files are not being included.
In general, I have this:
On iphone 8 emulator

On dev console safari

Has anyone managed to run a demo of DrupalGap applications for new versions of iOS?
I really need help, I have been suffering for more than two weeks ...
At least understand in which direction to move. Maybe I'm missing some settings ...
Thanks in advance!
Comments
Comment #2
tyler.frankenstein commentedLooks like your missing the theme setting. See the red error message:
drupalgap_goto_generate_page_and_go() - page template does not exist! (false/page.tpl.html)To me, the mention of "false" is a clue that there is something wrong with your theme configuration in the settings.js file.
The Alert screenshot is very similar, it's complaining that the "themes/easystreet3/easystreet3.js" file doesn't exist. Make sure you have a theme installed, and that is available in app's www directory.