I’m able to load a web page inside the Webview using the plugin. But the page I’m loading is creating a pop up window which I need to show to the user.
Currently the plugin is just ignoring the popup. I’ll need to render it in some form (either through another webview within the app or through a browser).
Any help would be highly appreciated.
For reference, I’m trying to load a Payment page inside my app and the popup window is the OTP screen where user needs to type the OTP.
Let me know if there are alternative ways to achieve this. Thanks in advance.
I’ve opened link you sent me and I see popup created by website. I guess I am missing the point what’s the issue here. You mean some window.alert popup? Is it your custom HTML/CSS popup?