nativescript-webview-interface
nativescript-webview-interface copied to clipboard
Javascript Alert and confirm is not showing
trafficstars
Hi,
in my webview i am using alert and confirm, it's not showing, how to solve this?
@kennedymca You cannot have alert/confirm showing in a WebView. However, you can use the webview interface to send an event alert/confirm to native code, then create & show native alert dialog, then send back the result via webview interface if needed.
Also, this is not the issue with webview interface. It's the default functionality of webview. If you want to search for other solution, try stack overflow.