Posts by Wrobbi • 71 points
4 posts
-
2
votes2
answers1102
viewsA: How to create an app in Phonegap using an online page?
What you can do (and I’ve already done) is create an app that 'calls' the site. The code would be more or less this: <script type="text/javascript" charset="utf-8"> var appd;…
-
0
votes1
answer141
viewsQ: Phonegap - app resolution on multiple devices
Once again the Phonegap! I made an app, using html, css and jquery mobile which, if you open it as 'site' on Android, the screen is of a size (relatively large). If you open it as an app, on some…
apache-cordovaasked Wrobbi 71 -
3
votes1
answer213
viewsA: Phonegap Serve, Build Phonegap and Mysql
Well, after a lot of trying, I figured out where the problem was: In the new version of Phonegap, it creates in config.xml the following lines: <access origin="*" /> <access…
-
2
votes1
answer213
viewsQ: Phonegap Serve, Build Phonegap and Mysql
I’m developing an app using jquery mobile and phonegap. Question: why when I test the application on 'phonegap serve' of node.js works and when I download apk created by Buil Phonegap nay? Example:…