Top "Cordova" questions

Apache Cordova (formerly PhoneGap) is a framework that allows developers to create cross-platform mobile applications using web technologies like HTML, JavaScript, and CSS.

Error '_BSMachError: port 1607; (os/kern) invalid capability (0x14) "Unable to insert COPY_SEND" in Cordova app on iOS 10

Everything works fine till I build my cordova application with Xcode 7.3.0 but it started crashing only on iOS 10 devices after …

objective-c cordova ios10 xcode8
Unable to set the sslVerify to false

Actually I'm trying to install an ngCordova plugin for SQLite. But its giving me the error: Unknown SSL protocol error …

git cordova github cordova-plugins
Cordova: start specific iOS emulator image

I'm developing a cross-platform mobile app using Cordova, focussing mainly on iOS in the development stage. For my development process …

ios iphone cordova
How to force refresh the cached source files upon Ionic build/run?

I have this random issue with ionic build or ionic run. I've noticed that during compilation it uses the cache …

cordova ionic-framework ionic
Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE Phonegap Installation

I'm trying to install Phonegap in Ubuntu. The installation of NodeJS was successful, however I can't install Phonegap itself. Here …

node.js cordova npm ubuntu-13.10
HTML file input in android webview (android 4.4, kitkat)

I was using the <input type="file"> on the android webview. I got it working thanks to this …

android html cordova webview android-4.4-kitkat
Is it possible to make a PhoneGap app for iOS without Mac?

So I have a HTML 5 app and I have access to Apple Developer Center (iOS Dev Center to be more …

ios html cordova
Cordova Error: Your ios platform does not have Api.js

I'm trying to build a cordova ios app but not having much luck and getting strange errors. Using this version …

cordova cordova-ios
PhoneGap: Detect if running on desktop browser

I'm developing a web application that uses PhoneGap:Build for a mobile version and want to have a single codebase …

javascript cordova
Uncaught (in promise): cordova_not_available in Ionic 2

When I'm running my Ionic app with ionic serve -l command, get following error message: Runtime Error Uncaught (in promise): …

angular cordova typescript ionic-framework ionic2