I am using Sencha touch with phonegap. Whenever I click (or touch) at the top of my main panel near the phone status bar the entire screen darkens until I 开发者_Python百科release. I moved my backgrou
I\'ve faced upwith the following problem: I have a scroll area which contains list of input text fields.
I am new to develop touch pad applications. I am using Enyo framework and sqlite database. I have tried example given in the doc but it seems that the data is stored temporarily. As soon as i refresh
Im\' trying to implement an App which is able to conect to a remote GSM Modem. To etablish something like this I need a dialin process in the app which call the \"Phone number\" of the remote Modem an
I am using the following code to display an HTML page in a webview: this.requestWindowFeature(Window.FEATURE_NO_TITLE);
I use phonegap and JQueryMobile to make a webapp,but when use $.mobile.changePage it doesn\'t work and show Error Loading Page开发者_运维问答, then I have
hello all i am very new to phonegap.. i want to webview into my application how can i add this? i\'ve created same app. using android but how it can devleope using PHONEGAP?
I need 开发者_如何学Goto write a PhoneGap application (with HTML5 and JS, I don\'t need compatibility with IE) with AJAX so that it reads an RSS feed and looks up some specific information from it. Th
I\'d like to do the following (and yes, I\'ve read the posts warning against this etc., and am aware of the caveats):
Here\'s what I am doing, Get request to my web server, response is in json. Using jquery templates to render that callback data in my app. Pretty straightforward, works like a charm.