“tel”, “sms”, and “mailto” no longer working in Android after upgrading to cordova 3.6.3

I finally found the answer. All you have to do is add the following to config.xml: <access origin=”tel:*” launch-external=”yes”/> <access origin=”geo:*” launch-external=”yes”/> <access origin=”mailto:*” launch-external=”yes”/> <access origin=”sms:*” launch-external=”yes”/> <access origin=”market:*” launch-external=”yes”/> It all started by IBM!!! IBM Cordova Security Issues

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

Concatenate and minify cordova/phonegap plugin files

Minification does improve performance for two reasons: Reduced file-size (because it removes comments and unnecessary white-spaces), so your script loads faster. Even if it is embedded into the . It is parsed faster, since comments and white-spaces don’t have to explicitly ignored (since they’re not there). BUT, it is only going to make a real … Read more

Using Microsoft OCR Library with JS/jQuery in VS 2013

This look like a VS Tools for Apache Cordova (TACO) issue. As a workaround you can open platforms\windows\CordovaApp.sln, switch architecture to x64, add Nuget package to the CordovaApp.Windows project references, save (build will fail because of an issue in the PreBuild event: <PreBuildEvent> cd /d $(MSBuildThisFileDirectory) node -e “require(‘C:\\Users\\{username}\\AppData\\Roaming\\npm\\node_modules\\vs-tac\\lib\\hooks.js’).updateAppxManifest(‘C:\\ocrTest\\ocrTest\\platforms\\windows’,’C:\\ocrTest\\ocrTest\\platforms\\windows\\..\\..\\’)” </PreBuildEvent> you can also try to … Read more

Cordova does not create AndroidManifest.xml

Cordova CLI v8.0 will use cordova-android@7.0.0 by default. As most of the cordova plugins do not support cordova-android@7.0.0 yet, you can also try using the older one by specifying version: cordova platform add android@6.4.0 Or, if you feel comfortable to use cordova-android@7.0.0, you can also wait for a update on cordova-plugi-admobpro to support the cordova-android@7.0.0, … Read more

Could not find gradle wrapper within Android SDK. Might need to update your Android SDK [duplicate]

Edit: There has been a newer release of Cordova Android that also fixes some problems with SDK tools 26.x.x cordova platform update android@6.2.2 or cordova platform rm android cordova platform add android@6.2.2 Old answer Google broke Cordova Android 6.1.x and some other frameworks with their latest sdk tools update. Cordova Android 6.2.1 has been released … Read more

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