phonegap

jQTouch with PhoneGap on webOS

I'm writing an application in PhoneGap that I want to run on iOS, Android, and webOS. jQTouch plays nice with everything on iOS and Android, but not webOS. Since the webOS Mojo framework is based on Prototype (which uses the $ variable), it's necessary to use jQuery in noConflict mode. I can handle that much. However, the problem is th...

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 status with the output of the App (some text, possibly a link). Before I go ahead and start rolling my own solution, are there any JS libra...

Pre-populate iPhone Safari SQLite DB

I'm working with a PhoneGap app that uses Safari local storage (SQlite DB) via Javascript: http://developer.apple.com/safari/library/documentation/iPhone/Conceptual/SafariJSDatabaseGuide/UsingtheJavascriptDatabase/UsingtheJavascriptDatabase.html On first load, the app creates the database, tables, and populates the data via a series of...

Anchor tags are blank

I'm having a problem where the my anchor tags sometimes aren't displaying their links. This is happening on Mobile Safari on multiple iPhones, and in the iPhone simulator. I'm using jQtouch r147, PhoneGap, and jQuery 1.4.2. I'm generating the data from a database call, and adding anchor tags to a list like this: for(var i=0;i<data.rows...

android / phonegap newbie question

hi, 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 know it's possible to implement google maps with phonegap but i guess there's a lots of limitation compared to direct coding the maps und...

phonegap: easiest way to store data / phonegap reference

I'm looking for the following info: Full phonegap reference (couldn't find it on their site) Whats the easiest way to implement a database within phonegap? ...

PhoneGap Android

hi, I am new to phonegap and android , i wanted to know how to access/make database through javascript. and the second thing i want to ask is how to make Graphs just using html, css and javascript. Every information is thankfully accepted. ...

Should I have problem with connection to internet from iphone phonegap app through 3G or EDGE?

I have an app written in javascript/html/css and using phonegap framework. For javascript ajax I use jQuery.ajax(). App work fine when there is wifi connection but doesn't work when there is 3G or EDGE. Does anyone know if there is something I can do to make it work seamlessly? ...

Phonegap: How to customize toolbar?

Is anyone familiar with how to customize the ToolBar in phonegap beyond the default setting? I understand there is the option to use black-opaque or black-translucent, but can I go beyond that? For instance using another color, or a gradient? If this is not innately possible in phonegap, how is it done in Objective-C? ...

PhoneGap To Bridge Mobile Platform

Hi, Would you rather develop apps with the PhoneGap framework, or concentrate solely on a specific mobile phone platform? Thanks in advance, sri ...

iPhone application development using PhoneGap

Hi All of You, I am interested to develop iPhone applications Using PhoneGap. PhoneGap is an Open-source development tool,by Nitobi team using HTML,CSS and JS. The main use of PhoneGap is for making webApps to look like a native iPhone applications. As i googled, i found the below one, to start the application. http://building-iphone-...

is it possible to send sms in Android using PhoneGap framework?

Hello Peers, I am Android Developer. Currently I am exploring on PhoneGap capabilities and its features. I have gone through the PhoneGap site. But Is there any possibility (or) workaround to send sms and access phonebook information of Android using PhoneGap framewrok? Thanks in Advace, With Regards, Raghavendra K. ...

Error "Invalid resource directory name" when trying to create android app with phonegap in eclipse.

I followed the tutorial here but when I create the project in Eclipse, i get an error "invalid resource directory name. Resource: "drawable-hdpi" path "/HelloAndroid/res" type "Android AAPT Problem" ...

audio/video in phoneGap??

Hi, Can you please give me any sample related to audio/video? if the browser doesn't support HTML5, is it throw any error or ?? thanks sri ...

Does phoneGap support normal web??

hi, Does phoneGap supports normal web page, if so can i have the link which i can go through? thanks sri ...

JavaScript speed optimization for iPad/ Phonegap DHTML game?

I'm creating a game for the iPad using Phonegap, which means I'm using JavaScript/ CSS/ HTML for iPad's Safari. Basically, I'm moving around lots of img elements (sometimes changing their src) on 1024x768 resolution, just local files without any net connection. On the desktop Safari things work smoothly, but on the iPad, my setInterval f...

Advantages of QuickConnect over Phonegap?

I'm evaluating different cross plattform mobile frameworks. I like Phonegap and think I understood how it works, but am now looking at QuickConnect and have a much harder time to figure it out, especially how it compares to Phonegap. Can anybody help me to define the advantages or differences of QuickConnect in comparison to Phonegap? ...

why not https json request(rest services) does not work in phonegap (iphone) app?

i am trying to call https request in phonegap iphone app using jquery's method getJSON(),though it work fine in normal safari,but in mobile safari,it gives error like Download Failed-Safari cannot download this file ...

run https request in phone gap

Hi folks, i am developing phone-gap app in iphone and i want to access https (json)request using JQuery.getJSON(url,function),but only in application it does not return any thing but in normal mobile safari it works fine ,though it is working fine as http request in phone-gap app,but i want to work it as https for security reason,please ...

Disadvantages in using html/css/javascript with phonegap instead of objective C (iPhone)

Hi, I am not fluent in objective-c and thus have decided to take the "easier" approach and use html/css/javascript instead to design and implement an iPhone application. I would be using PhoneGap to gain as many of the cool features which are available to developers using Objective-C as possible. Would I would like to know is if there a...