|
Rank: Newbie Groups: Member
Joined: 12/16/2013 Posts: 5
|
WebView can not display alert boxes even though JsDialog event is not handled and ResourceHandler is not implemented.. Am I doing something wrong ? It is even not responding. I have to end the process.
P.S: When I comment out the "alert", it works.
The HTML I am testing is as below.
<html> <body> <script> document.write("hello world!"); alert(1); </script> </body> </html>
|
|
Rank: Newbie Groups: Member
Joined: 12/16/2013 Posts: 5
|
When I see it in sample application, it needs to be handled JsDialog and override defaults. I did that way and issue is solved.
Don't you think it would be great that user does not forcibly handle JsDialog event ?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
Yes. I agree with you. User should not be forced to handle JSDialog event. We are look into this issue and will get back to you as soon as possible.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,196
|
Hi,
We have posted a new build that should fix this problem. You can download the new build from our download page.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 12/16/2013 Posts: 5
|
Thank you so much.
|
|