How to use system browser to load a wrap/url/html content in a page
Hello I want to load a content with the default browser of Android phone.
I want to use this solution only with Android devices (I develop with appery to multi-platform). So I need a script that reveal if the devide is an android phone..If yes i want to load a content in a particular way.
I have a page of my app (made in appery) and i want to load ONLY an element with default browser and not all page!
So how can I use default browser to load a html content or url page (with a wrap content)? I don't want to exit from the page of app.
P.S. I tried to use Appery Tutorial named "Using the InAppBrowser API" but if I open a link with _system type my devide use Chrome to open it while I want to force using android browser.
Thanks