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

Getting ERR_CACHE_MISS on window.open

The issue ended up being a missing permission, namely, INTERNET permission. For some reason I was under the impression that ACCESS_NETWORK_STATE is enough. To solve the issue, just add this to AndroidManifest.xml : <uses-permission android:name=”android.permission.INTERNET” />

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