There is a DismissJsAlert
block which unfreezes webview.
Whenever you receive alert in browsers they show a dialog with ok button and this ok button calls DismissJsAlert.
Thank you, that could be useful in the future if I actually do want everything to halt until some other action. I just kept seeing it's not good practice so I tried to find a better way. I can definitely see how they can be useful though so I appreciate it.
Anyone give a solution
Did you enable DeepLink property?
Yes, enabled and also tried different websites also with overlay buttons.
Here's AIA for reference:
customweb.aia (77.3 KB)
Either handle new tab requests correctly or set SupportMultipleWindows property to false.
Thanks, it works fine now
Hi everyone, my app doesn't allow file downloads, meaning when the download link is clicked nothing happens.
How can I solve this problem?
Thanks to anyone who will help me.
Yes, i used customwebview, sorry. Any Solution for this problem?
Is this your mycardiofit website ?
yes
it doesn't work anyway, it tries to download file.bin after a long time
I guess notification is shown after download is completed.
yes
That's not an issue anyway.
It's not a notification problem, it doesn't download the file. Only download .bin files that don't open. My link should download an apk file.
What mimeType
value do you receive from OnDownloadNeeded
event?