English 中文(简体)
我如何在我的电话交换机中提升电话的使用。
原标题:How do I upgrade Phonegap in my Phonegap app?
  • 时间:2011-11-16 19:59:26
  •  标签:
  • cordova

我有一个电话交换机,即我从早些时候的电话交换台开始,我想升级到最新版本。 我为升级采取了什么步骤?

I m 射击作一般性回答,但我的具体案例是电话:1.1.0-> 1.2.0。

最佳回答
问题回答

Depends on the platform. For Android you just need to replace your .jar/.js files with the 1.2 versions and update the script tag to refer to the phonegap-1.2.0.js file.

借助上文提到的Devgeeks Telephonegap wiki链接,它视之为“OS”案的一般性答案,正在形成一个新的项目,并抄录了你的内容。

  1. Create a new project
  2. Copy your files into the www folder EXCEPT the phonegap.*.js files
  3. In your index.html, edit the script tag to point to the new phonegap.*.js file
  4. If you have plugins, copy them to the Plugins folder then re-add them in Xcode (NOT as folder references in blue, they should be folder groups in yellow).
  5. Modify PhoneGap.plist to add your plugin mappings. More info here
  6. Modify PhoneGap.plist to add your iframe external urls. More info here in the README FAQ

电话号码:

rel=“nofollow” http://docs.phonegap.com/en/2.7.0/guide_upgrad_ios_index.md.html

http://docs.phonegap.com/en/2.7.0/guide_upgrading_android_index.md.html

我认为,我看到科索沃民主党周围有一幅画面也这样做,但现在我无法找到。

Update: Just follow Zkent s answer. Or don t use PhoneGap.





相关问题
Javascript data store solution using PhoneGap

Does anyone have any experience of storing data in JavaScript across all mobile platforms using PhoneGap? My ideal solution would be to use something like SQLite, but unfortunately SQLite isn t ...

get image from iphone, using phonegap camera api

I m new to Xcode and iPhone apps. I want to select an image from iPhone (camera or library) and send to php via ajax. http://wiki.phonegap.com/iPhone:-Camera-API I m using the phonegap framework, ...

Getting Search Keyboard on iPhone using PhoneGap

I have created a search field on a mobile app i am creating via PhoneGap. I ve tried using with no luck. I also know that i could get around the visual aspect of the input field via CSS & ...

How can I detect a shake gesture in PhoneGap 0.8?

I m using PhoneGap 0.8 and I d like to detect a basic shake gesture. I ve found two relevant snippets: http://groups.google.com/group/phonegap/browse_thread/thread/25178468b8eb9e9f http://phonegap....

How do I fix PhoneGap build errors?

I am trying to build a PhoneGap-based iPhone application, but I keep getting the following two errors: ./build-phonegap.sh: line 6: ./configure: No such file or directory cp: lib/iphone/phonegap-min....

热门标签