I'm starting to make a phone call and want to make an application for my site by providing
window.location = "http://www.example.com"
instead of all the html code of the page of my site. But I still want to use cordova features in my application, such as isMobile or isMobileApp. Is there a way I can continue this type of situation, or will I have to go through my index page.
Also, is there a way to dynamically change the index.html of my application through javascript.
I would be very grateful if anyone could help me.
source share