Lien web dans une application Cordova |
Wednesday, 15 February 2017 14:25 | |||
There are no translations available. ![]() Dans une application Cordova, il faut modifier les lien externes pour ouvrir les pages dans le navigateur du téléphone.
1: Install this cordova plugin. cordova plugin add cordova-plugin-inappbrowser 2: add the open link in the html like following. 3: this is the most important step due to this I faced lots of issue: download the cordova.js file and paste it in the www folder. Then make a reference of this in the index.html file. This solution will work for both the environment android and iPhone.
|