Hi,
I would like to ask if I require a Mac for the entire process of the iPhone app development or simply to test the application and later on convert it into a format accepted by iTunes and then uploaded to the App Store.
Thanks a lot !
have a nice day :)
C.
...
Hi Guys
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
Please suggest me...
Thanks
...
Hi,
I was looking into PhoneGap and Titanium framework, and I did not clearly understand how to they work, let's suppose I have already developed an app for android or iphone, can I run this app on another mobile with a different OS with PhoneGap or Titanium help?
Or I have to develop again my app with PhoneGap/Titanium framwork?
In thi...
I am trying to submit an xhr using phonegap on the blackberry. Currently when I make the request it fails silently. I have tried using jQuery jQuery.getJSON(url , callback),
an xhr object
var xmlhttp = new XMLHttpRequest();
//callback function when XMLHttpRequest is ready
xmlhttp.onreadystatechange=function(){
if(xmlhttp.readySt...
Hi,
Could someone please lead me in the right direction to finding out how to recognize that the iPhone has been rotated, using PhoneGap please?
Thanks!
C.
...
I've been researching writing an app for iPhone. I really like the look of PhoneGap which basically allows you to contain a webpage in an app. My skills are primarially in HTML/Javascript so this tool allows me to make the most of my skills without having to spend many hours learning how to write an app natively for the iPhone.
I've b...
I have a functional Android/PhoneGap application that is able to use notification.vibrate(duration) and notification.alert(message, title, button) successfully, however, when I access PhoneGap's notification.beep(times) method, the beeping infinitely repeats for the lifetime of the application:
navigator.notification.beep(1);
This fol...
Hi,
I am going to transform my website to mobile phone supported. My website consists of lots of java script and ajax stuffs so looked for a specific JS framework to support all the mobile os (android,ios,windows and blackberry).I googled and found some frame works like phonegap, sencha touch,JQTouch and appcelerator titanium. Can you p...
I want to be able to make an iphone and android app using php. I have looked at phonegap and appcelerator and it seems like only html and javascript can be used. These frameworks want to make it easy to make apps using web technologies and PHP i would argue is one of the biggest web technologies, but I'm not seeing much (if any) support....
It seems that I haven't understood correctly how PhoneGap works.
I thought:
Take an index.html, include the PhoneGap.js in as type of JavaScript and open the result on iPad/iPhone.
But then, none of the functions like accelerometer, beep(), vibrate() is working. Is it necessary to build an app for that for working correctly?
I have a ...
Hi, How do I integrate Facebook API into PhoneGap for Android? Thanks
...
Hi folks,
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 zoom size. so getting out of screen.
I tried by another way using embed tag, its also having same problem with addition to th...
What's the easiest way to implement a multi-page form and save the information until the final POST using JQTouch for the Phonegap framework?
Basically, I want to create a multiple page form with JQTouch and at the end POST/send all information entered to a PHP page on my server, but am having trouble figuring out the best way to save t...
How might I implement a simple form redirect using JQTouch after hitting "submit"?
Thanks!
...
i have downloaded the phonegap example from its website.but it doesn't run.i can't find the reason.help me to get the solution please.when i run it shows
"The Web page at file:///andriod_asset/www/index.html could not be loaded as:
The requested file was not found.www/index.html"
...
Hi folks, i am developing phone-gap app in android. In app I am calling a servlet returning JSON. Under app code I am calling following method through javascript in index.html
JQuery.getJSON(servleturl,function(data){alert(data)});
When running in emulator the alert is getting displayed, but data is always null. However if i launch t...
A client wants a blackberry application for listening live radio for his radio station. We focused on iPhone development. I know Java language have done several projects. However haven't tried yet J2ME. Which do you recommend J2ME or HTML Javascript framework like PhoneGap or any other cross platform framework? What are the advantages a...
Greetings all
Currently looking at some possible work in the mobile field and one question that I havent (yet) found an answer to is why developers that wish to market their apps to the greatest range of mobile phones would choose to code in the phones native lnauge over cross platform techs such as phonegap, titanium, rhomobile, and ot...
Currently I've been using google's static maps to display maps in a phonegap app I'm developing. But I'm wondering if there's any way to load a google map that the user could scroll into and out of? I would want similar functionality as the maps app in most mobile environments. Is there any way to incorporate that type of service into my...
I am new to mobile development, but have some experience with web app development. I am looking at starting work on a mobile app that involves shooting and editing video on the phone initially for Android and possibly to be extended to other platforms. Phonegap seemed to be an interesting potential way to start both given my realm of fam...