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.
0
votes
0answers
7 views
cordova 2.7 with phonegap-facebook-plugin -build errors in ConnectPLugin.java
I am using cordova 2.7 for one of my android development project. I followed all the steps on
https://github.com/phonegap/phonegap-facebook-plugin
for android installation of the plugin.
My problem ...
0
votes
0answers
2 views
Durandal on Phone gap with ViewLocator.useConvention does not work
I have a simple Durandal app which I package in Phone Gap (all latest NuGet Packages) and everything works fine.
I am using the Durandal Router plugin and I have all my Views and ViewModels in the ...
0
votes
0answers
11 views
Nexus 10 keyboard - Tab key not working
I have a hybrid app (phonegap 1.4.1, Zepto, hammer js) where there is a form to be filled.
Its working fine on other android devices where there is no tab key.
Working great on web browser, iPad as ...
0
votes
0answers
4 views
PrintPlugin not working in cordova 2.3.0(iOS)
Today I upgraded to xcode 4.5 - cordova 2.3.0 from xcode 4.2 - cordova 1.9.0,The printplugin was working good in the previous version of cordova but it's not working for cordova 2.3.0. I also tried ...
1
vote
0answers
13 views
popup goes up while entering text
I have a pop up with a text box and 2 buttons.
This is how i am creating
<div data-role="popup" data-position-to="window" id="Name" data-overlay-theme="a" data-theme="c" class="ui-corner-all">
...
-1
votes
1answer
24 views
How to catch Android soft keyboard next button event
I am using phonegap plugin for my app written for android. The design was completely done using html. I want to handle the next key event in android soft keyboard during text field navigation because ...
0
votes
0answers
7 views
Linkedin API intgration with phonegap
I am getting request token and oauth verification also
I have getting url like for accessToken but it is not valid url and getting error
...
0
votes
1answer
21 views
How to get response from url in phonegap using javascript
I struck with this problem since 2 days, I need to get data from below url using javascript.
http://www.apexweb.co.in/Apex_Quote/Download_Data.asp?un=9393910169
I parsed the static data, but i ...
0
votes
0answers
10 views
Show/hide Pick-list in cordova + IOS app development
I am creating an IOS app with cordova 2.1.0 framework. When a pick-list is created in cordova and then clicked on, the in-built ios/cordova functionality shows the pick-list at the bottom with the ...
2
votes
2answers
38 views
Sending and receiving JSON data | PhoneGap + Jquery Mobile app using ajax()
I'm developing a PhoneGap application with jQuery Mobile 1.3.1 & jQuery JavaScript Library v1.9.1. I have a login form with a username and a password. There is a JSON api which can send and ...
0
votes
0answers
10 views
Failing to set values in tolito's progress bar while downloading file
I am trying to show the progress bar as download proceeds, but am not able to do so.
Here is what I am trying to do...but the tolito's section is not getting executed means i cant see the progress ...
0
votes
0answers
11 views
Phonegap Blackberry application build not generating StanderedInstall.zip and OTAInstall files
I am developing a phonegap App. I successfully developed this app for android now I am deploying this with Blackberry.
I follow the guideline as listed at phonegap site
...
0
votes
1answer
17 views
jQuery mobile $.mobile.changePage not working properly on iPhone in PhoneGap
I was having an annoying problem that had me stumped for about two days.
I developed a PhoneGap application using jQuery mobile for the framework. I initially developed it on Android and all worked ...
0
votes
0answers
15 views
jquery-mobile-iscrollview scroll bar position not currect in phonegap android
I am using jquerymobile.1.3.1 for my phonegap android app. I am added jquery-mobile-iscrollview from: https://github.com/watusi/jquery-mobile-iscrollview.
But scrollbar position is wrong in the ...
0
votes
1answer
14 views
What events are supported by Phonegap/Cordova besides the ones listed in the API?
I was going through the phonegap/cordova API documentation and I couldn't find the touchstart and touchend events listed.
I was wondering:
Are there any official docs for these events?
Are there ...
0
votes
2answers
20 views
Where can I find extensive api documentation for phonegap?
I know that there's the official Phonegap API docs site.
But, it's missing things like touchstart and touchend.
Are there any other API documentation sites for Phonegap?
Maybe even the raw docs ...
0
votes
1answer
26 views
toggling the image jquery mobile
I have a collapsible set and to which I have added listview to each collapsible set.
list view I am creating dynamically like below
var li = '<li data-icon="false" data-theme="a" ...
0
votes
0answers
11 views
Embedding Cordova WebView on iOS HTML not show
I'm working on a project trying to embed Cordova into UIWebview on iOS.
So far ,I've successfully load the index.html file on my www folder.
The problem was that Javascript worked like a charm but ...
0
votes
0answers
10 views
How to find the event on pressing Done button of keypad in phone gap
I am new to the phone gap development and i want to find the event when done button of keypad is Pressed of text field and thanks in advance.
Thanks
Rohit Sharma
0
votes
0answers
14 views
phonegap Geolocation without WiFi and mobile network
I am developing an application by Phonegap for android and use its Geolocation method. But only when mobile network or WiFi is available, this method works.why?I want use this method without WiFi ...
0
votes
0answers
12 views
MECL Paypal plugin not working on iPad and iPhone?
I am creating iphone app creating using phonegap.Now,I am work with MECL Paypal Plugin.It's working fine in simulator.But not working in ios device.I refer this link
...
0
votes
1answer
19 views
Parse JSON File for Option in HTML select box
I'm doing PhoneGap project for my company.. Here goes on..
I have json file named city.json
[{"CityID":1,"CityName":"Magelang"},{"CityID":2,"CityName":"Jayapura"},{"CityID":3,"CityName":"Aceh"}]
I ...
0
votes
0answers
21 views
Embed Adobe Reader in custom Android (or PhoneGap) Application
We have a need to embed PDF reader in one of our custom built Android (or PhoneGap Plugins) tablet application from local directory (Sdcard). Embed meaning is not just display pdf document inside the ...
1
vote
2answers
39 views
Javascript isn't firing in <script> but works in the phonegap function onBodyLoad(), why is this?
Earlier I asked a question about showing or hiding a div when a radio button is selected. The solution provided is here http://jsfiddle.net/MFJUv/1/
I'm using phonegap. When I place the javascript ...
0
votes
1answer
18 views
how to keep softkeyboard's mode, when set value of input by js
the first, sorry for my poor English.
on html page on android device:
1) user click on a input, the os popup softkeyboard
2) user chooses number mode
3) set value of input when the still focus on ...
0
votes
0answers
29 views
Application Cache for Dynamic Sites
I am making a php mysql web app, my idea is to install in the customer home a web server so they can connect with whatever device they want, probably most of the time they will be using an ipad to ...
0
votes
0answers
11 views
Streaming live stream with JWplayer in Phonegap
I have been at this for days and have had no luck with trying to trouble shoot. So I have multiple live streams up on my site and I wanted to put this in an app but everytime I upload to phonegap and ...
-2
votes
0answers
31 views
Is it possible to use Sencha Touch 2 to build native ios/android app packages? [closed]
I came across some reading saying that we are able to build native ios/android packages (apk & ipa) with Sencha Touch 2: akp, ipa.
Has anybody even done it and deploy successfully?
If so, Sencha ...
0
votes
1answer
20 views
How to create sqlite database in phonegap xcode?
I am wondering how to create and call my database that i created in xcode (phonegap).
I try to follow this documentation (http://docs.phonegap.com/en/2.2.0/cordova_storage_storage.md.html#Database), ...
0
votes
1answer
21 views
with sencha touch and phonegap how to post data to the remote server
I aways use jsonp get data form the remote server to display.
And now I want to send a comments to remote server.
Because jsonp use http get to send, so the comments length have limit.
Then I change ...
-1
votes
0answers
11 views
Accessing Phonegap values in Android
I am currently working on a communication app in Phonegap that works like a chatroom. I am using the background service plugin listed on the Phonegap plugins page in github for android. I need the app ...
0
votes
1answer
24 views
update android application using jquery
I am building an Android application using jQuery Mobile and Phonegap. I would like to update my data every two months. What is the procedure for doing updates?
My page code:
<div ...
0
votes
2answers
12 views
Can I use PhoneGap to embed ASP.Net website to make Android App?
I am using .Net MVC 4 with JQuery Mobile to make a website that can both fit desktop browser and mobile experience.
However, I am also thinking of packing my website code into PhoneGap to make an ...
1
vote
0answers
17 views
Phonegap - HTML5 - Music Player with XML playlist
Okay, so i've been working on a jquery mobile music player that with phonegap I would like to turn into an app. The problem is the audio doesn't work locally, It works if streamed but it doesn't work ...
0
votes
0answers
8 views
Mobile Chat App to Email
I'm thinking about a mobile chat app that allows you to start a chat with someone who has an email address. Additionally, that person who has an email address is not using the same client (since they ...
0
votes
1answer
27 views
Android : Not able to run the application
I am using phonegap, angularJs to create an android app. When i try to run the emulator i got message to resolve the error first.
Error :
(skipping file '.htaccess' due to ANDROID_AAPT_IGNORE ...
1
vote
1answer
21 views
Why don't datetime fields with ISO 8601 values work in iOS webkit browsers?
Why doesn't the following datetime field display the current value in Safari or PhoneGap in iOS?
<input type="datetime" value="2013-05-22T10:00:00+0000" />
It displays a blank value.
0
votes
2answers
28 views
Where is cordova-2.7.0.jar?
I struggle to build a first Android app from HTML5.
So, I follow this detailed tutorial...
It seems that I should add a .jar of Cordova to the project's libs folder, in order to be able to call ...
0
votes
0answers
7 views
Adobe Edge Animate & PhoneGap
i'm working with Edge Animate and then would like to publish with PhoneGap and get my iOS app.
What action do i need to use to archive a tapping action on in iOS?
So if i'm using touchstart for ...
0
votes
0answers
29 views
Phonegap: non-latin chars input ignore
Hi everybody and thanx in advance for your help..
I am developing an application for iOs / Android, using Phonegap/Jquery/html5. My application will be in 3 languages Greek, Russian, English. I don't ...
1
vote
2answers
38 views
jQuery Mobile showing doubled button
I'm trying my first app with jQM+PhoneGap.
Here's the code:
<!DOCTYPE html>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license ...
0
votes
0answers
31 views
Why is ajax 'GET' request hanging on an iOS phonegap app?
My phonegap app includes a javascript workflow to populate a web database (sqlite). The workflow consists of a sequence of ajax 'GET' requests that executed synchronously (the the individual ajax ...
0
votes
1answer
14 views
iPhone phonegap image disappearing after the phone sits for some time
I am using phonegap 2.0.0 on iOS and using basically the stock image capture code. After the image is captured it is saved to the phone, the URI is saved to the database along with the rest of the ...
0
votes
0answers
9 views
How to build Phonegap plugin for native contact picker (Android)?
How do I even start doing this? I can't find any good documentation to really guide me through this process. I am willing to do the work and try to read and understand, but I almost don't know how to ...
0
votes
0answers
13 views
Are there any specific requirements for exporting a phonegap application to windows phone 7.1 +?
I am developing an application using phonegap. I have successfully exported the application for android, ios, blackberry and symbian. But when the application is exported for windows phone(7 and 8) ...
-1
votes
1answer
21 views
phonegap Change Keyboard(ios) [closed]
I work with phonegap 2.5.0
I do not work with a specific platform (Apple or Google) I write everything on html, jquery, css
I want to know how can remove that bar above the keyboard, and why there ...
0
votes
0answers
15 views
PhoneGap: Make phone call within application
Is there a way to initiate a phone call within an application using PhoneGap?
I know it's possible to use "tel:" hyperlinks to invoke the Call screen, but this means that the applications is paused. ...
0
votes
0answers
7 views
Marker pin disappears in webview Android?
I'm creating a map app. I'm using leafletJS inside a webview in android. The functionally is great, except from the blue marker which should be om my map. In a PhoneGap application my marker shows, as ...
0
votes
1answer
14 views
calling a method in js file which is defined in other js files jquery
I have a implemented a method in file1.js file as
function setlist(){
db.transaction(queryDB, errorCB);
}
and I am trying to call this method in my file2.js as
$(function() {
setlist();
...
0
votes
0answers
9 views
Cordova/Phonegap device and browser dimension differences
Hi I am developing a phonegap application for iPhone. I do most of my development and testing in Chrome on my MacBook Pro.
Currently my setup is that I have two different stylesheets: browser.css ...





