View Phone App shows phone template but not my application

0
I am following the Introduction Course. The final lecture concerns creating a mobile phone layout for my app. I have completed the lecture, but when I build the app and do 'View Phone App' All I get is a blank phone template at this URL https://bouncetravelnp.mendixcloud.com/index-phone-preview.html?profile=phone . I have double-checked my work against the video and PDF resources and can't see an error on my part. Is there a missing box to tick somewhere which will make this work, or some other settings issue? Thanks
asked
2 answers
0

I think the problem is that the preview uses a http link in an i frame which is loaded on a https address most modern browsers will block this to prevent xss injection. Try loading your page on a none https link or do not use the preview html.

answered
0

Make sure in modeler setting you have enabled mobile to yes. Navigation>>phone>>enabled = yes and select default homepage. Clear your cache memory (alt+shift and del) and try again.

Hope this should work.

Also look at David Sanders comment and make sure there is some content on start page that is your mobile homepage.

answered