Install cordova plugin for ONE platform only

I’ve found that the only clean way to make it work is to modify 3 things: Edit the plugins/PLATFORM.js file (ex. plugins/android.js) and remove the plugin object from the “installed_plugins” array Do the same for the platforms/PLATFORM/www/cordova_plugins.js file where PLATFORM could be ios, blackberry10, firefoxos etc. In the android case will be inside assets/www instead … Read more

CMD stuck on “Waiting for emulator…”

I had the same problem. Though cordova started the emulator, the command line kept on saying ‘Waiting for emulator…’ forever. The trick is, before running the command: cordova run android make sure you navigate into the android platform folder. That is, don’t run the command from within the /project folder but instead from within /project/platforms/android … Read more

Cordova InAppBrowser – How to disable URL and Navigation Bar?

To remove the URL, just set the ‘location‘ option to “no“. var ref = cordova.InAppBrowser.open(‘http://apache.org’, ‘_blank’, ‘location=no’); On Android, this removes the ‘Back/Forward’ buttons, URL and ‘Done’ button, not just the URL, but thankfully there’s a special Android-only ‘hideurlbar’ option to remove ONLY the URL. var ref = cordova.InAppBrowser.open(‘http://apache.org’, ‘_blank’, ‘hideurlbar=yes’); The ‘Done’ button text … Read more

Building combined armv7/x86 apk after Crosswalk integration in an Ionic project

Well I just changed my config.xml following property to false and it combined the build apk. from <preference name=”xwalkMultipleApk” value=”true”/> to <preference name=”xwalkMultipleApk” value=”false”/> My systems ionic info returns Your system information: Cordova CLI: 6.1.1 Gulp version: CLI version 3.9.1 Gulp local: Local version 3.9.1 Ionic CLI Version: 1.7.16 Ionic App Lib Version: 0.7.3 OS: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)