Top "Cordova-ios" questions

Cordova iOS is an iOS application library that allows for Cordova-based projects to be built for the iOS Platform.

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
Cordova 8: Could not install from "ios" as it does not contain a package.json file

I removed my ios platform and tried to add it back again, but now it says there is a problem …

cordova cordova-ios
How to remove cordova-plugin-compat?

In the release notes of cordova-android 6.3.0 (https://cordova.apache.org/announcements/2017/09/27/android-release.html) it's written down that cordova-plugin-compat has to …

cordova cordova-plugins cordova-ios
Cordova deviceready not firing in iOS until interacting with iOS

I had a really weird bug where deviceready event would not fire in an iOS device until the user interacted …

cordova content-security-policy cordova-ios
InAppBrowser.open opens in browser instead of the WebView

The goal is to open a foreign url within the webview when the app starts. I create fresh Cordova project: …

cordova phonegap inappbrowser cordova-ios