admin管理员组文章数量:1325228
Does anyone use PhoneGap?
I have a php app which uses ajax to receive json data. This technology called PhoneGap /, is it able to convert my php app into an iphone/android app?
I know that if it is simply a javascript / html / css app that does not require server side technologies Phone Gap is capable.
However I definitely require the internet access and ajax connection to online web services.
Does anyone use PhoneGap?
I have a php app which uses ajax to receive json data. This technology called PhoneGap http://www.phonegap./, is it able to convert my php app into an iphone/android app?
I know that if it is simply a javascript / html / css app that does not require server side technologies Phone Gap is capable.
However I definitely require the internet access and ajax connection to online web services.
Share Improve this question edited Jul 9, 2011 at 13:34 Michael Berkowski 271k47 gold badges450 silver badges394 bronze badges asked Jul 9, 2011 at 13:12 WebDeveloperWebDeveloper 231 gold badge1 silver badge4 bronze badges 1-
1
Lots of people here develop for PhoneGap. I tagged your question with
phonegap
. Click the tag to see the many questions and how people are using it. – Michael Berkowski Commented Jul 9, 2011 at 13:34
1 Answer
Reset to default 5Does anyone use PhoneGap?
Yes.
is it able to convert my php app into an iphone/android app?
PhoneGap does not "convert" anything. You can convert your "php app into an iphone/android app", and PhoneGap might be part of your solution.
You would start by getting rid of all the "php" -- if your "app" can run purely in a browser using local storage, it will almost assuredly work with PhoneGap. PhoneGap also supplies some PhoneGap-specific JavaScript APIs, which you may or may not need.
However I definitely require the internet access and ajax connection to online web services.
PhoneGap neither helps nor hurts here. PhoneGap wraps around the Android WebView
widget, which is itself based on WebKit, the same rendering engine used by Chrome, Safari, etc. If, after you get rid of your "php", your "app" works in Safari and Chome, it should work as "an iphone/android app" with PhoneGap, with some adjustment to your HTML/CSS/JS to deal with smaller screen sizes, touchscreens, etc.
本文标签: javascriptis Phone Gap capable of converting a php web app into an iphoneandroid appStack Overflow
版权声明:本文标题:javascript - is Phone Gap capable of converting a php web app into an iphoneandroid app? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742170875a2426690.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论