Dear users,
I'm developing a iOS app with a internal browser for a embedded HTML page; I'm using swift. I have only two questions about the interactions between this two elements.
1) How can I communicate or share data between my iOS browser and the HTML page (precisely, the javascript code in this page)?
2) If the user open a new web page from another page from my browser, I want that the new page opens in the browser of my iOS app and not in native browser. How can I do this?
Thank in advance for you attention!