English 中文(简体)
与 JQuery 移动的 PepeGap 样本
原标题:PhoneGap Sample with JQuery Mobile

我试图找到一个通过PhoneGap托管的JQuery移动应用程序的样本应用。 具体地说,我正在寻找一个查询Twitter的样本。 我假设互联网上会有500个这样的软件。 不幸的是,我找不到一个。

我之所以要找一个是因为我与一个跨域网络服务有问题。这似乎是最简单的例子。有人能帮我吗?

太谢谢你了!

最佳回答

"https://github.com/rsepuleva2/Twitter-Mobile" rel = "no follow" > this 如何?

当您作为PhoneGap的一部分运行此应用程序时, 您将不再有任何 X 域问题。 限制不适用于移动应用程序 。

http://wiki.phonegap.com/w/page/16 494777/FAQ" rel=“nofollow”>PhoneGap FA/a>:

The cross-domain security policy does not affect PhoneGap applications. Since the html files are called by webkit with the file:// protocol, the security policy does not apply. (in Android,you may grant android.permission.INTERNET to your app by edit the AndroidManifest.xml)

问题回答

暂无回答




相关问题
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....

热门标签