Is it possible to get URL from inappbrowser in PWA?

365 Views Asked by At

This example

1

In native apps, we can control the content, get current url and run scripts inside the embedded browser.

And on iframes, we can't get / control any of the content or URLs of the iframe.

In PWAs, is it possible to get the current URL of the in app browser (like in native apps)? or get / manipulate any content in any way ?

0

There are 0 best solutions below