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
5 views
require.js, backbone and cordova issue
I have a problem when using apache cordova version 2.7. In the browser the code seems to work fine as i run it from xampp. but when I try to compile to IOS it just doesn't work.
I think the issue ...
0
votes
0answers
3 views
Install application shortcut on user's homescreen
I have an app for Android built with PhoneGap Build.
How can I make it install a shortcut on the user's home-screen when the application installs successfully?
0
votes
0answers
7 views
Phonegap Facebook Local Storage omni-auth facebook
I have a question regarding the authentication process with mobile users. I am currently developing a mobile app with phonegap and jquery mobile.
I have setup a Ruby on Rails backend with the ...
0
votes
0answers
3 views
Is it possible: Phonegap and timer overlay when using other apps
I am trying to evaluate if I can use Phonegap for a project, one of the main requirements is for a timer to be overlayed over the phones home screen, or any other application. The user should be able ...
0
votes
2answers
13 views
Showing page before data request on jQuery mobile
When my mobile web app (which runs inside of PhoneGap) starts up, it performs a request for data from the server. The problem is that the screen stays black while it is performing this request. When ...
0
votes
1answer
9 views
PhoneGap ignores viewport tag with specific width set?
I have developed a webapp and successfully used the viewport element to fit the app for different devices. On iPhone for example i used this one:
<meta name="viewport" ...
2
votes
1answer
16 views
Phonegap PushNotification to open a specific app page
I am doing pushnotification for both Android/IOS.I have used a phonegap push-plugin https://github.com/phonegap-build/PushPlugin, it seems to work great.
I am receiving message on my device now the ...
0
votes
0answers
10 views
exec FATAL Executable name has embedded quote, split the arguments
I am trying to create a blackberry build using phonegap 2.7.0 and blackberry webworks SDK, but i am getting an error.
I am using "ant blackberry build" command to create blackberry build.
build:
...
0
votes
0answers
10 views
android phonegap audio weird issue
i am trying to insert background audio on my first page on a phonegap app. Currently i am testing this on Android 2.2 (on actual phone) but final app is intended for iOS as well
I have used various ...
0
votes
0answers
11 views
Phonegap: executesql callback as null
For callback the result from the database in phonegap use following .After the execution it showing result null result.i need to conver the result to json format.
json format like this: ...
0
votes
1answer
21 views
How to send notification to user when new version is available the application is built on by using PhoneGap Framework?
I am making new version of my application. I want to give a notification to the users when the new version of app is available automatically. I don't know how to do this. Any help regarding this will ...
0
votes
0answers
7 views
Sqlite with phonegap (don't persist structure of DB)
i try to use sqlite with phonegap on icenium and i have to ask a question (maybe a noob question).
In fact i cant persist my datas structure in sqlite.
I explain, i created two functions on ...
0
votes
1answer
12 views
What stratergy to use for a Sencha App build process which uses Cordova/Phonegap and supports multi platform?
I am developing a Sencha Touch mobile application targeting iOS and Android. It uses Cordova & its plugins.
I really liked the Sencha command line tool for building my application, it bundles all ...
0
votes
0answers
12 views
DatePicker plugin not working in Phonegap cordova-1.5.0 and it gives an error “Can't find variable: plugins”
DatePicker plugin not working in Phonegap cordova-1.5.0 in ios.
I have used this plugin : https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/DatePicker.
It gives an error "Can't find ...
0
votes
1answer
27 views
HTML5 - Can't Display Small Letters
I am developing an HTML5+PhoneGap+jQuery Mobile application for Android tablet(3.0).I am trying to write the following:
<div data-role="content">
<a data-role="button" ...
2
votes
2answers
53 views
Protect my MYSQL password [duplicate]
I have a doubt that if i specify my MySQL password for connection purpose in a PHP file. Will any user be able to see that password by downloading that PHP from my server??
I am trying to develop an ...
0
votes
1answer
6 views
Showing white screen after splash screen in window 7 phonegap
I am developing apps for window phone 7 using phonegap. I am facing the problem when launching the apps in emulator. I can see the splashscreen but not the index page. I just see the white blank ...
0
votes
1answer
16 views
Cordova: Build Without “-all_load”
I am having an issue while building an iOS app with Cordova and a third-party plugin that ships with a native SDK. Cordova requires Linker Flag "-all_load" which other SDK is not happy about.
I read ...
0
votes
0answers
13 views
Phonegap 1.2 native control is not working in Phonegap 2.7.0
I've worked in an iOS app with Phonegap 1.2. I've also included the native control bar as well. It was working very well & I've done many tests.
I had to upgrade the app to latest version of ...
0
votes
0answers
9 views
NativeControls plugin doesn't work with Cordova 2.7.0
Cordova 2.7.0 no longer allows deprecated forms of calls to "cordova.exec". For example:
2013-05-09 01:18:29.850 myiOSApp[9764:17903] The old format of thisexec call has been removed (deprecated since ...
0
votes
1answer
13 views
Cordova Android Uncaught Function Error
I'm currently using PhoneGap 2.7.0 on my project and code runs without error on iOS.When I try to run the same code on android (with the exception of the Cordova javascript file, which I know is ...
0
votes
1answer
8 views
Android 4.x - e.preventDefault e.pageX & e.pageY coordinates NON-JQUERY
As the title says, I am running Android 4.x with PhoneGap.
I am not willing to use jQuery so NO jQuery in here.
How does one go about getting coordinates of touchstart, touchend and touchmove when ...
0
votes
0answers
17 views
Issues creating PhoneGap project in Eclipse with Android SDK
I'm trying to build an Android app with Eclipse and PhoneGap, but I keep getting the error
[2013-05-21 17:47:39 - PhoneGapTest] Project has no target set. Edit the project properties to set one.
...
0
votes
0answers
21 views
iOS PhoneGap / Cordova Load Google Maps v3 Markers from AJAX JSON
I'm using the iOS Cordova / Phonegap and need to pull locations (latitudes and longitudes) from a database and display them on a google map as markers and infoboxes.
Right now, I am loading the map, ...
-2
votes
1answer
14 views
Grails + PhoneGap: Grails as Controller and Model for Phonegap Application
I am new to web development and the MVC concepts. I want to build a web app for android and iphone using Phonegap. I will be making the view with java script and css; however, I want the interface to ...
0
votes
1answer
64 views
How do i add different classes to different elements in a div? [closed]
I have a div like so
<div id="test1">
<a id="hello1"> One</a>
<a id="hello2"> Two</a>
<a id="hello3"> Three</a>
</div>
I am using templates and ...
0
votes
0answers
21 views
Phonegap/Cordova camera.getPicture behaves oddly when placed in subview
I am creating an app where I use Cordova Cleaver as a subview within an app. Depending on the state of the app, we may have a toolbar at the bottom of the view. When we hide the toolbar, we increase ...
0
votes
2answers
15 views
Phonegap css background image dpi
I am building a phonegap app for ios and i am having some problems with css image backgrounds. Say for example that i have a div that spans over 100% of the viewport. I want to use real resolution ...
0
votes
1answer
12 views
Hot Towel with Cordova
I'm trying to configure a HotTowel application to work with Apache Cordova/PhoneGap.
I have copied the index.cshtml to index.html and replaced all of the bundle references with html link tags.
The ...
0
votes
1answer
19 views
linking the 2nd div page in html
I have a link.html and back.html and in link.html I have 2 pages
link.html
<div data-role="page" id="page1">
<div data-role="header">
</div>
<div ...
0
votes
0answers
12 views
PhoneGap App Crashes & not saving Image as well in Android
My PhoneGap App getting Crash & Image also not saving in Android.
In my this app I am going to click the photo & it want to save it.
But my app is able to only take the photo by using ...
0
votes
0answers
9 views
library not found for -lTestFlight when building Cordova project with Testflight plugin installed via plugman
I used a plugman command to install the TestFlight plugin for my ios Cordova project. The TestFlight plugin is found at https://github.com/shazron/TestFlightPlugin. The plugman install command id ...
0
votes
1answer
18 views
PhoneGap redirect From server html file to local file
I am in the process of developing an iPhone PhoneGap application and have stumbled into a problem redirecting the user after login.
The flow is as follows:
Application is loading.
I am redirecting ...
1
vote
2answers
54 views
Uncaught ReferenceError: MyFunction is not defined - PhoneGap
I'm using PhoneGap and jQuery Mobile for a mobile web app. When I try to run MyFunction that is set on a onclick attribute then I get an error in the console that
Uncaught ReferenceError: ...
0
votes
0answers
18 views
Is it possible to use a cocoa control like inputtoolbar in Phonegap?
I have an app developed in jqueryMobile and Phonegap for iOS. I would like to use a cocoa control I have found called InputToolbar
Is it possible? Can you guide me in the right direction to do it? Thx ...
0
votes
0answers
8 views
Phonegap: Additional content for app from Google Play store
We are currently developing educational app with set of exercises. We would like to also create bunch of additional sets of exercises that would be available as micro-transactions. Each set would be ...
0
votes
1answer
15 views
Phonegap: Globalization: How to redirect to .html page in this function?
I´ve got this function to alert the preferred language on the device:
function checkLanguage() {
navigator.globalization.getPreferredLanguage(
function (language) {alert('language: ' + ...
-1
votes
1answer
31 views
ajax request works on device but not on iframe [closed]
the ajax request to my database on my server works on my device but once i upload project to my server app wont connect to the database. I thought this might have been cross origin issue however the ...
0
votes
1answer
18 views
Does backbone.localstorage work on mobile with PhoneGap?
I am using cordova-2.7.0 to build a single page mobile application with backbone, require.js, jquery, etc.
I was searching for a way to treat form input as a model, and make a collection of model. ...
0
votes
0answers
12 views
HLS For All Devices?
I know m3u8 works on ios and newer versions of android os, but I don't know what to do for other devices.
If I want to use Phone Gap for an application and have a live stream I want to play, what ...
0
votes
1answer
50 views
how to access such a data from the database table in javascript?
I am new to phone gap and using javascript to code.I have a doubt and a problem while executing it.I am using sqlite database in my project.
My table structure will be almost like this
id cid ...
0
votes
2answers
34 views
how to speed up changepage in jquery mobile for phonegap app
I am using jquerymobile 1.3.1 for my phonegap android app. The change page methord is slow (more than 1 sec) in android without page transition (defaultPageTransition=none).
touchstart and tap events ...
-2
votes
1answer
14 views
HTML embedded with applets or flash in phonegap
I have successfully converted websites using just plain html, css or js into apk files. But html with embedded applets or flash files are not working! I tried with phonegap on android.
1
vote
1answer
17 views
Phonegap javascript globalization detect languages and redirect to .html files
i know this was a topic before but i can´t find a proper solution for it.
I want to detect the language on the devices with phonegap, so i can redirect the user to the right indexLanguageX.html ...
0
votes
0answers
19 views
Phonegap debugging remote user
A user is complaining about a problem that I can not reproduce in any emulator or VM.
How can I determine and fix the bug?
The application does not crash or show any error message but it does not ...
0
votes
1answer
20 views
Adjusting screen size for just one page in jQuery mobile
I'm having a problem adjusting the size of one of my pages in my application.
While I'm using
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, ...
0
votes
1answer
19 views
How to connect an application with the social networks in Phone Gap?
I am new to Phone gap-android.
I would like to access the social media network by the respective native applications.
SMS
FACEBOOK
TWITTER
EMAIL
I am implementing it on a lower version of ...
0
votes
0answers
15 views
Facebook Key Hash on Android
I'm developing for Phonegap, I originally created an Hash Key to test my app using Facebook Features, my app works just fine on my work computer.
I now want to also have a development environment on ...
0
votes
0answers
20 views
Capture functionality on HTML mode, what's missing?
Getting acquainted to Phonegap, I stumbled into this error I cannot assess (or can, sort of).
So I want to make an HTML page with a button that allows to capture an image (with the mobile) using the ...
0
votes
1answer
25 views
Generate PDF via objective-C in Cordova app
I followed this guide
http://www.ioslearner.com/convert-html-uiwebview-pdf-iphone-ipad/
to generate PDF from a UIWebView.
What I actually need to do is generate a PDF from the cordova UIWebView in my ...





