Lesson 3: PhoneGap/Force.com - App Architecture & RequireJS/Backbone/jQM

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thank you for the quick reply.
I am aware of what you just stated.
I just do not know exactly where/how to input the external URL in your program. I tried putting it as an iframe inside the template file, but theres obviously a better solution.
Thanks.

awolfo
Автор

To show external URLs you would need to allow external hosts in ExternalHosts section of Cordova.plist file. You should be able to wildcard any external link with *.

PiotrWalczyszyn
Автор

Hi, very nice tutorial.
I have been trying to setup a WebViewUI for iOS that would basically just run an external page and its embedded javascript.
I have managed to get everything working so far with your app, the Main template etc is showing up, but was wondering if its possible to pass an external URL to it.

If so, please show me what I have to modify

Thanks!

awolfo
Автор

Hello,

Have you actually tested this on an iPhone rather than a sim as I cannot get this working?

Thank you

MVProductions