You cannot post messages because only members can post, and you are not currently a member.
Description:
Group focused on the use of PhoneGap (http://phonegap.com).
Please first check out the FAQ http://wiki.phonegap.com or search the group before asking a question.
Note: First-time posts are subject to moderation, to prevent spam.
|
|
|
Import SSL certificate on WP7 with PhoneGap
|
| |
Hello,
im developing an cross-plattform app for iOS, Android und WP7. The app
work fine on iOS and Android. But on WP7 i can only use the
XMLHttpRequest without encryption. If i want to access a SSL encrypted
URL, the the http status is zero and no responseText.
I deactivate the certificate validation on iphone and Android, because... more »
|
|
Can PhoneGap support CORS?
|
| |
Anyone who ever tried using 3rd party REST services via AJAX may know
about the restrictions on cross-domain scripting. That is the browser
disallowing JS-originated HTTP JSON requests for fear of a variety of
unsound reasons. A common workaround is to implement CORS (cross-
origin resource sharing) headers. While that works well in the pc... more »
|
|
PhoneGap opens iframe in browser
|
| |
Hi all,
I am building an app that uses a Content Management System (Wordpress
or ModX) to display some info. I though I could do this using an
iframe but when I navigate to the page it just opens the CMS in the
browser.
Is there:
a) A way to stop this,
b) a better way to display the CMS content?... more »
|
|
cordova.js on iOS not loading
|
| |
Hello,
I have a application that loads cordova.js to use some notifications
<script type="text/javascript" charset="utf-8" src="js/
cordova-1.7.0.js"></script>
I load it with
document.addEventListener("dev iceready", onDeviceReady, false);
The notification works on the Android build, but not on the iOS build... more »
|
|
GapSocket close();
|
| |
Hello, I'm using GapSocket which is working ok for: * Connections * send/receive msg However, I am not able to force close the connection using close(). The connection remains open. Any ideas? Thanks!
|
|
blackberry phonegap sample application not able to deploy on device...
|
| |
Hi
I m new in phonegap.
i run my sample blackberry code in blackberry simulation then it run
successfully but same thing when i m going to do with device
by command
...
then it gives following:
C:\phonegap-bb\lib\blackberry\ sample>ant blackberry load-device
Unable to locate tools.jar. Expected to find it in C:\Program Files... more »
|
|
Storing files on server or in app? Your opinion?
|
| |
What is you opinion on this issue?
What i mean is having all the app files (that should be in www folder)
on a server instead of in the www folder in your app.
One really really nice thing is that i can update the app/make
bugfixes very fast without having to wait for approvale from Apple (if... more »
|
|
PhoneGap and iOS
|
| |
Hello, I have a application that loads cordova.js to use some notifications <script type="text/javascript" charset="utf-8" src="js/cordova-1.7.0.js"></sc ript> I load it with document.addEventListener("dev iceready", onDeviceReady, false); The notification works on the Android build, but not on the iOS build I... more »
|
|
|