Top "Phonegap-build" questions

'Phonegap Build', an Adobe cloud service, allows you to upload your HTML, CSS, and Javascript to their build service and returns you your complete package.

PhoneGap: Open external link in default browser (outside the app)

I'm trying to open links in Safari (on an iPhone) from a PhoneGap application. I'm using PhoneGap version 3.1.0, and use …

cordova phonegap-plugins phonegap-build inappbrowser
PhoneGap Build: how to open external url in device browser on Android?

External URL's don't open in the system's browser in my PhoneGap Android application. I'm using PhoneGap Build 2.3.0. According to the …

javascript android cordova phonegap-build
Which IDE for Phonegap? Is Eclipse enough?

I am about to jump into Phonegap and realize that it doesn't have an IDE of its own. I know …

android ios eclipse cordova phonegap-build
Cordova splash screen remove

Is it possible to disable cordova default splash screen, I have removed the plugin but default splash screen for iphone …

cordova ionic-framework phonegap-build ionic
How to upload IPA now that Application Loader is no longer included in Xcode 11

I'm a little afraid to ask this question because the problem seems huge to me and yet I don't see …

xcode phonegap-build phonegap xcode11 application-loader
Capturing and storing a picture taken with the Camera into a local database / PhoneGap / Cordova / iOS

I'm currently building an app for iOS using Phonegap/Cordova and jQuerymobile. The idea is to take photos with camera …

ios cordova camera local-storage phonegap-build
Cordova build: Please install Android target: "android-22". I dont want android-22. I want android-19 - what do I do?

I'm struggling with my phonegap setup and building my first app. I created a hello1 project. I added the android …

android cordova gradle phonegap-build
Using Local storage in phone gap

I wanted to create an mobile app for my web project. I found phonegap. It says Easily create apps using …

cordova mobile phonegap-build
How to remove iOS status bar with Phonegap Build?

Is it possible to get rid of the status bar in iOS7 when using Phonegap Build 3.1? I can remove the …

ios cordova statusbar phonegap-build
How to clear localstorage data in ionic?

Here is my code. $scope.logout=function(){ localstorage.set('user_id', ""); localstorage.set('access-token', ""); localstorage.set('isUserTraverseColony', 0); localstorage.set('isStarted', 0); $…

angularjs cordova ionic-framework phonegap-build