Hi,
I need to insert a block/div into my ionic page and show a web page. I inserted InAppBrowser but I have two different result:
- web browser test: It opens a new browser tabs. The content is not displayed into my div block.
- in ionic view (on iphone): nothing appear.
typescript code:
this.iab.create('https://ionicframework.com/', 'mydiv', 'hidden=no,location=yes');
html code:
<div id="myDiv" style="height: 300px; width: 300px; background-color: blueviolet"></div>
Could you please help me?
Thanks in advance
Luca