Hello, it is possible that in my ionic app, internally in the webview that uses ionic, it loads a url, after giving it a button.
That is, do not use the Browser plugin, but internally load a website in the native webview
You can with an iframe
if the external website allows it.
I don’t want it in iframe because there are sites that block that.
What I want is that when I give it a button, it will natively open a window in the same ionic in webview
What’s your use case? It doesn’t seem the best to be loading a 3rd party site in your app.