My ionic project working nicely in command: ionic lab but when I execute "ionic cordova run" in terminal for build this app in android I am having the following error. Error: Failed to install apk to device: Failure [INSTALL_FAILED_UPDATE_INCOMP
I am no Java developer, but I am trying to add some more data to a Cordova plugin for Android. I don't understand why this is not permitted? Here I am trying to set the value of asu witht he method. int asu = getSignalStrength(); The method below: in
I'm on windows7 x64, installed today's latest stable release of android sdk studio (through android studio bundle, since it's shipped together now apparently). I have properly configured the environment variables as you'll see above. This is what I g
I shifted development of my ionic app from windows to ubuntu 14.04 now. I installed everything new. "Ionic build android" command is working but when i run "ionic run android" or "ionic emulate android" it only starts emulato
I am new to cordova so wanted to know if it is possible or not. I have a functionality to implement, which I think I will be more comfortable in android native activity. So can I call the native android from an html page or through jquery and the vic
Hy iam using phone gap 5.0 CLI and i am developing app for android 5.0 with API level 22 Js Technique is jquery. I am building for android platform and testing on my device i am using windows 7 on my PC Software's are CLI, Eclipse and android The pro
The Status: I have some java script files I download from my server and save them in the device storage, and want to link them to my index.html just like this: <script type="text/javascript" src="file:///data/data/<app_id>/files/pa
I've creeated an Apache Cordova project for a single page application. On the start page there is a list of items. When I click on a item I navigate to the details page with window.navigate("#/details/" + id); Angular.js displays the details tem
I need to capture an image with my Phonegap app. On iOS everything works fine but on Android (via Phonegap Build) it throws an error with "Error capturing image". I added the following lines to my config.xml but that doesn't change anything: <
I have installed the latest cordova. The version is 4.3.0. I created an empty Cordova project: cordova create test com.test Test I then add the platform: cordova platform add android I built the project with: cordova build android But i always get: [
I generated the code using the Cordova 4.0.0 CLI. Now I try to write a Plugin for Android (MyPlugin) to execute native code from the webview. But everytime i try to call the plugin's method I receive the errormessage: exec() call to unknown plugin I
Rather then render the icons I am getting small squares: It works perfectly fine within the browser, but when I viewed my app in iOS Simulator or Mobile Safari, the squares were there. Thanks so much for your help!i had the same issue. I put the "fon
I am building a Ionic based mobile application and I am using the phonegap-facebook-plugin to login with facebook. I have managed to install the plugin on both android and ios and it works. However, while trying to use it for the webapp, I am having
I'm developing an Cordova app using Cordova 3.5, and I have a question about data storage. How to keep data alive in new app version? Can I just use LocalStorage or WebSQL? or I need some others?the localstorage is persistent. if you update the app a
Having tried to follow all advices, remedies and workarounds including removing and reinstalling the Multi-Device Hybrid Apps for Visual Studio CPT1 I still can't seem to do a successful build of the included "Blank App (Apache Cordova)" project
Hi I am working on PhoneGap through a command line interface. I am able to create a project, and run an android emulator from the command prompt in Windows 7. Since I imported and copied the project into my workspace in eclipse, it is showing some er
I know there are a number of questions similar to this one on the internet, but none of them seems fits my needs, so I will try to get help from StackOverflow. I have been building an app for Android using Phonegap. I have all set up , eclipse, java
I'm using wikitude for my augmented reality mobile app project. My problem is I dont know how to manage app memory before and after resume my app. This is my test result on my xcode5. Every time I resume my app during preview world, memory usage keep
PhoneGap : UIPickerView in iOS 7 does not adjust font size automatically as it does in iOS 6. Any solution for how can I achieve in iOS 7? Add optgroup at last and it works... :) <select> <option selected="" disabled="">Sel
For testing purposes I copied the full example found on the phonegap camera API and I put an alert on onPhotoDataSuccess to test when the function is fired. On the first photo taken the alert will not show. However after the first attempt the alert w
I try to create 3 project with new new Phonegap Cordova 3.0 with WinRT / Android / iOS. I didn't understand the documentation and I can't find any tutorial. I installed NodeJS and phonegap without error. Then, I try to create the Android app first wi
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 are firing on next page form elements.. any IDEA?T
I'm trying to fill a textbox from DB values and I want to set textbox value readonly. When the user clicks on an EDIT option then set all textboxes become editable. I have failed to achieve this. Here is my HTML code: <html> <head> <script&
I see this has been asked before but I dont see any solutions: So Im using Cordova 2.5 to build an iPad app on iOS 6.1.2 My app.coffee: jQuery -> class window.AppRouter extends Backbone.Router routes: { '': 'index', ':parent/:child/': 'childView', ':
I am using Worklight for an Android application, When I try to add a splash screen public class MyApp extends WLDroidGap { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); super.setIntegerProperty("splas
I've been using PhoneGap's Build to assemble my app but recently realized they cap the compressed app size at 9.5 mb. This has put my project on hold until I figure out my next approach as the final size is now 20+ mb. In the interest of saving time
I am new to phonegap. I have prepared one sample application. My application has 2 pages, the first page has one button, when clicked the second page will open. It is working fine using the following function callAnothePage() { window.location = "tes
I am developing one app in phonegap. In my app i am using one text field which contains some text and one button for sending text.When i will click on button then one alert box should open .Which contains three button "SMS","CHAT",&quo
I want to check camera existence before showing the two source types when taking a picture in my phonegap application. For example, iPad 1 doesn't have an Camera, therefore I don't want to show the popup to select source type from Camera and My Photo
is there anyway in javascript or HTML to hide the toolbar from iPhone keyboard. I only have one form input and I don't want the user to see the next, previous or done. If anyone can help that would be great, I am using PhoneGapNot possible. If you lo