PhoneGap is an open-source, cross-device mobile development platform that allows developers to create mobile applications using HTML, Javascript, and CSS that can be deployed to each device, rather than programming in each device's native language.
24
votes
7answers
16k views
iPhone UIWebview: How to force a numeric keyboard? Is it possible?
I'm experimenting with PhoneGap to develop some iPhone apps. PhoneGap basically wraps a UIWebView - it works well. The problem is the my app has several input fields that only take numeric input. I ...
18
votes
2answers
16k views
PhoneGap vs. Titanium
PhoneGap and Titanium allow you build native iPhone Apps based on HTML and JavaScript.
Has anyone gained experience with both? What are the differences?
17
votes
4answers
10k views
how to scan barcode using phonegap
I need to scan a barcode using phonegap in Android and iPhone.
Is there a way to do this? If yes, please share links.
15
votes
6answers
5k views
Using Phonegap for Native Application development
I recently came across Phonegap. Have anyone of you tried it. Its an incredible tool which claims that developers can use HTML 5 based framework like Sencha touch and Jquery at the same time
having ...
14
votes
7answers
5k views
debug javascript in android emulator with phonegap
I am new to phonegap and android development. May I know how can I debug javascript error on the emulator? I have heard about ADB may I know how can I use and install it on windows 7 system? I have an ...
13
votes
1answer
2k views
jQuery's ajax function does not work in Android PhoneGap application
I want to access open API through ajax in mobile application, its work fine in iphone but does not working in Android phonegap application:
returning error->"error message-null,typeerror-Result of ...
12
votes
1answer
2k views
JQuery Mobile + PhoneGap for Android - Error loading index.html
I am getting trying to get a basic PhoneGap + JQuery Mobile program running for Android platform 2.2, but I am getting an Application Error "The Connection to the server was unsuccessful ...
12
votes
9answers
3k views
iPad css3 animation flickers after keyboard use
I'm developing an app for the iPad using HTML5/CSS3. I'm not using any framework and am just using whatever is natively supported on the device. I have created some css3 animations to emulate the ...
12
votes
4answers
6k views
phonegap: cookie based authentication (PHP) not working [webview]
I'm working on a mobile web-app using sencha touch, HTML5 and phonegap as a wrapper.
I'm using PHP-Authentication (Cookie) and ajax-requests. Everything works fine on safari or chrome, but after the ...
11
votes
4answers
4k views
Phone Gap application: “ERROR: Start Page at 'www/index.html' was not found”
I have created a Phone Gap based application on iPhone. After the first run, I have dragged my "www" folder, containing "index.html" into the project, but still I am getting the following error in the ...
10
votes
3answers
4k views
Android— PhoneGap/WebView ignores viewport meta tags?
I have a webpage that I'm trying to display on my Android device (loaded from the assets directory of the project) using PhoneGap (which uses a normal WebView set as the "appview"), but the webview ...
10
votes
1answer
3k views
PhoneGap and Zxing QrCode - building issues
I currently encounter a problem with installing ZXingWidget for a
PhoneGap project.
I followed both "PhoneGap Plugins" and ZXingWidget installation
guides, but my project building fails.
Most of my ...
10
votes
3answers
4k views
How to see the javascript errors of PhoneGap app in Xcode?
I want to debug my PhoneGap app in Xcode, but its Console can not show javascript errors.
8
votes
4answers
667 views
PhoneGap - Keyboard makes the screen go black and flickery for some time on Samsung Galaxy Tab 10.1
I am developing mobile apps using HTML5 & CSS3 using PhoneGap. My problem is that whenever I touch a textbox on my webpage running on the Samsung Galaxy Tab 10.1 (Android v3.1), it shows the ...
8
votes
4answers
644 views
What are common sources of PhoneGap with jQuery Mobile performance issues?
I have an application written using PhoneGap 1.0 and jQuery Mobile 1.0b2 running on iPhone and iPad.
Ever since I started using the framework, I have been plagued by performance issues switching ...
8
votes
5answers
340 views
HTML/CSS/JS in desktop applications
I've read about XSS vulnerability in desktop applications like Skype and ICQ.
I wonder why they choose to use html in this kind of applications that can also be written without any html. Is there a ...
8
votes
2answers
267 views
window.onerror doesn't work in mobile — How should I deal with unhandled exceptions?
I'm working on a complex web application written in Sencha Touch and PhoneGap. The way Sencha Touch applications are written makes it hard to surround every potential failure point with a try/catch, ...
8
votes
2answers
1k views
Android PhoneGap to open a new Activity
I have an html page loaded with PhoneGap. The html is mine and is on the phone, so I have the full control on it.
I would like to click on a link on the html page to open a new activity.
For ...
8
votes
5answers
2k views
Flickering when navigating between pages
My phonegap/jquery mobile application flickers most of the time when I navigate between the pages. Is this normal or is there a solution for this?
8
votes
3answers
4k views
How to display console.log() output in PhoneGap app using Eclipse and HTC Desire HD?
I am developing PhoneGap webapp where I use some javascript, and sometimes I need to see console.log() output. I can easily see it when running in Chrome, it also works fine, when running this app in ...
8
votes
3answers
5k views
How does Sencha Touch + PhoneGap perform compared to native apps in terms of speed?
I'm really worried that when I write iPhone app with Sencha Touch and put it in PhoneGap container the user experience would downgrade.
I particularly see the bottlenecks in:
fluency of the screen ...
8
votes
3answers
7k views
Sencha + PhoneGap
I am about to develop an application for iphone using Sencha Touch + PhoneGap, and i have few very basic questions ::
1) I want to read an XML file which is at a http://abc.om/app/a3/ location .I ...
7
votes
2answers
733 views
Programmatically add event in iPhone/Android Calendar with PhoneGap/jQuery Mobile?
How can I create a calendar event from a JavaScript / jQuery Mobile / PhoneGap app in iOS/Android?
Are there any, e.g., PhoneGap plugins? Didn't see any in the official repository.
For iOS, the ...
7
votes
1answer
364 views
How to set Background image for iphone app in phonegap
I am new in phonegap development and i am developing one project for iphone application with use of phonegap framework.I am setting http://www.wallpaperbase.com/wallpapers/computer/mac/mac_8.jpg ...
7
votes
5answers
841 views
How to implement a first-time-only login scheme for a mobile web application implemented with jQuery Mobile, PhoneGap, and Django?
I'm in early (pre-coding) stages of developing a mobile web application using jQuery Mobile (we looked at Sencha Touch for a few weeks, but jQuery Mobile is a better fit for our team's competencies). ...
7
votes
3answers
1k views
jQuery Mobile - all pages in index.html vs. single external pages - What gives better performance?
"The jQuery Mobile "page" structure is optimized to support either single pages, or local internal linked "pages" within a page." jQuery docs
What gives better performance for a jQuery Mobile ...
7
votes
1answer
2k views
Persistence solution for mobile Phonegap / HTML5 App
I am developing a mobile app for Android and iOS using jQuery Mobile.
The app will be deployed to Android and iOS devices utilizing Phonegap.
My problem is that I need a local offline data storage ...
7
votes
0answers
443 views
Has anyone used phonegap framework and how would they rate it? [closed]
Since I have found nearly nothing about phonegap development on stackoverflow as of yet, I thought I would ask the community what they think about this framework. Is it easy to use? Do the benefits of ...
7
votes
1answer
2k views
The relationship between Phonegap's “onBodyLoad()/onDeviceReady()” functions and Jquery's “$(document).ready()”
I am using PhoneGap + jQuery Mobile in Android, I am confused about the Phonegap's "onBodyLoad()/onDeviceReady()" functions and Jquery's "$(document).ready()".
In PhoneGap documents:
PhoneGap ...
7
votes
3answers
741 views
How do cross-platform mobile app development frameworks work?
How are Rhodes, Phonegap, and Appcelerator able to take Javascript or Ruby, and compile them into binaries for app SDKs that normally require apps to be written in Obj-C, Java, and others?
7
votes
2answers
2k views
IPhone phonegap pdf issue
I have a strange issue in phonegap framework. I want to display PDF file in my application, when I am trying to add PDF file with iFrame tag it doesn't show a PDF with horizontal scroll and with a big ...
7
votes
4answers
3k views
android / phonegap newbie question
i've read about phonegap which enables to write web-based apps for android and i was wondering:
how is performance of phonegap compared to a "real" android app
what would NOT work in phonegap?
i ...
7
votes
3answers
5k views
Posting Twitter and Facebook updates from a jQTouch / Phonegap iPhone app
I'm using jQTouch and Phonegap to write a simple iPhone app which i'm planning to release through the App Store.
Part of the planned functionality will let the user update their twitter or facebook ...
7
votes
6answers
9k views
Communication between Android Java and Phonegap Javascript?
I believe that it's possible to call Java methods from (PhoneGap) Javascript.
Anyone knows how to do that?? (I know how to do it by changing the source code of PhoneGap, but I'd avoid that)
6
votes
2answers
60 views
How can I prevent Phonegap from closing app when there is an error?
I have an application built using PhoneGap (Android) that is essentially a shell for a web app, that would (in the future) allow for push notifications and offline reading of downloaded pages from the ...
6
votes
1answer
113 views
Can Webkit JavaScript PUT or POST an image REST-style as pure binary?
When my browser downloads an image from a web site, there is no base64 encoding involved. It issues an HTTP command like GET /image.jpg and receives an HTTP response whose Content-Type is something ...
6
votes
1answer
250 views
How to use phonegap to be part of whole native ios aplication
I am with ios, I have a NavigationController with many child views.
I'd like to mix PhoneGap in, to create a new UIViewController with a webview inside, and use PhoneGap technology in this ...
6
votes
2answers
189 views
Understanding iPhone resolution
I'm using phonegap to export a very simple html5 page to an iphone app and running into this silly issue.
iPhone resolution is 960x640.
When I set the canvas to those dimensions, it seems way too ...
6
votes
1answer
942 views
installing the phonegap facebook plugin
This is my first time working with phonegap, and especially with any of its plug in functionality, so bare with me.
I'm trying to install the phonegap plugin for Facebook by Jos downloadable here: ...
6
votes
1answer
2k views
XCode 4.2 + Iphone 3g can't run app
When I created a plain vanilla Phonegap application and try to run it on an iPhone 3g with IOS 4.2 it doesn't run. The IOS deployment target is set to 4.0 and everything does build successfully
This ...
6
votes
3answers
309 views
Is there an Android built-in browser developer guide? Where to look for JS engine differences?
as I am getting more and more into Android PhoneGap app development, I can see more and more nuances and little details between built-in Android browsers throughout the versions. I searched for some ...
6
votes
2answers
3k views
Disable auto-rotate in Jquery Mobile or PhoneGap
Although cross platform development for mobile devices is so good. There isn't a simple option to disable auto-rotate or lock into one orientation i.e. portrait or landscape.
Is there anyway either ...
6
votes
5answers
6k views
PhoneGap for iPhone: problem loading external URL
I'm writing an application for iPad using PhoneGap and I would like to load an external URL without triggering Safari or using internal web browser like ChildBrowser.
I'm using the PhoneGap ...
6
votes
3answers
8k views
IPhone Native App using PhoneGAp and PHP
I want to develop an i phone native app, that sync with a remote DB.Is it possible to develop this application using phoneGAP.If i using phonegap, how i get data from external DB.I can use php on ...
6
votes
4answers
2k views
How advantageous is PhoneGap?
I am planning to do an app on all Mobile Platform. I found Phone gap is a solution for write once deploy anywhere.
The app just have to talk to a webservice and display information in a grid layout ...
5
votes
1answer
75 views
Zipping files with javascript - corrupt archive
I'm trying to use JSZip to zip some text and then open it with 7Zip. The problem is, the archive is apparently corrupted at some point. I can't open it. I'm guessing it's not created correctly, ...
5
votes
3answers
210 views
Any advantage of programming natively for mobile development?
I need to develop applications for a company on some major mobile OSes, specifically, iOS, Android and WP7.
I was initially planning to code three separate applications for the three different OSes - ...
5
votes
1answer
162 views
In PhoneGap app and MessgeUI.framework crash in only iOS device
I created iOS app using PhoneGap version 0.9.6 long back.
Now I am going to add Email Composer option. So, I used this URL for adding it ...
5
votes
0answers
516 views
Phonegap/Sencha Language Localization
The Problem:
I'm about to implement language localization to an already very large ipad application that was built using sencha touch wrapped in phonegap. I have the english and spanish translations ...
5
votes
1answer
369 views
How can I use the mobileweb facebook connect API with phonegap?
I'm trying to integrate Facebook into my Phonegap application that is going to be deployed for both Android and Blackberry devices. As there is only a plugin available for Android I need to go down ...