-
Notifications
You must be signed in to change notification settings - Fork 5
Cordova
Sean Lynch edited this page Nov 30, 2017
·
13 revisions
- config.xml
-
Customize Icons
- iOS
- Android
- cordova-icon - Automatic icon resizing for Cordova
- Customize Splashscreen
cordova run --emulate
# or using alias
cordova emulatecordova emulate ios --target "iPad-Pro--12-9-inch---2nd-generation-, 11.1"cordova run iosSet "homepage": "." in package.json
Change build script:
"scripts": {
"build": "react-scripts build && cp -r ./build/* ./www",
}- https://stackoverflow.com/questions/43336924/cordova-with-create-react-app
- http://harrymoreno.com/2015/07/14/Deploying-a-React-App-to-Cordova.html
- https://stackoverflow.com/questions/36318185/how-can-i-allow-a-cordova-6-1-app-to-embed-an-iframe-in-ios-from-a-website
- https://github.com/jessemonroy650/top-phonegap-mistakes/blob/master/the-whitelist-system.md
- http://docs.telerik.com/platform/knowledge-base/troubleshooting/troubleshooting-ios-cannot-load-iframe
- http://www.cordovacircus.com/articles/ipad-pro-and-cordova
- https://stackoverflow.com/questions/35607620/ipad-pro-cordova-app-scaling
-
cordova-plugin-customurlscheme
- Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://
- cordova-plugin-inappbrowser
- cordova-universal-links-plugin
- com.lampa.startapp
How to fix
Subproject Path: CordovaLib
Error: spawn EACCES-
chmod +x platforms/android/gradlewor chmod +x /Applications/Android\ Studio.app/Contents/gradle/gradle-4.1/bin/gradle
config.xml
<config-file parent="CFBundleDisplayName" platform="ios" target="*-Info.plist">
<string>My App</string>
</config-file>-
cordova-plugin-wkwebview-engine
- Use the WKWebView instead of the default UIWebView, requires iOS 9.0+
- Fixes 300ms click delay
- See also: cordova-plugin-ionic-webview
- cordova-plugin-statusbar
- cordova-plugin-splashscreen
- cordova-plugin-dialogs
-
current-device
- Makes it easy to write conditional CSS and/or JavaScript based on device operating system
- cordova-plugin-native-keyboard
- cordova-plugin-x-toast
- cordova-plugin-actionsheet
- cordova-plugin-3dtouch
- nl.x-services.plugins.backgroundaudio
- cordova-plugin-local-notification
- cordova-plugin-screen-orientation
- cordova-androidwear
- cordova-plugin-geofence
- Boards
- Arduino
- BeagleBone Black / Green
- Raspberry PI
- Backup / Disk Cloning
- Docker
- Electronics
- GPIO
- IR
- Johnny-Five
- Linux USB Gadget API
- Logic Level Shifting
- Motors
- MQTT
- Neopixels / WS2812
- Network
- Node-RED
- OLED
- Quadcopter
- Radio
- SD Card
- SPI
- Zeroconf