'How to display website in cordova?

i'm just wanted to know how to simply display my website into a crossplatform mobile app using cordova? What I need to change into index.html or config.xml?



Solution 1:[1]

You can use the Cordova plugin InAppBrowser https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-inappbrowser/

Solution 2:[2]

No need to change, if you just want your cordova project would run on web as well then use below command :

cordova platform add browser

This works for me.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Will
Solution 2 Jagroop