Apache Cordova load external URL or website inside div
问题 I am loading Website inside App using cordova.InAppBrowser.open('example.com', '_self', 'location=no,clearsessioncache=yes') and everything is works fine i.e it shows complete website mobile view inside the app, but now I am using some navigation inside assets\www\index.html file and when user will click on link the navaigation I want to load the website inside the div OR without losing the navigation. function load_web(URL) { cordova.InAppBrowser.open(URL, '_self', 'location=no