Welcome Guest Search | Active Topics | Sign In | Register

WebBrowser can not display alert boxes Options
Orhan Albay
Posted: Tuesday, December 31, 2013 4:58:39 AM
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>
Orhan Albay
Posted: Tuesday, December 31, 2013 5:38:30 AM
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 ?
eo_support
Posted: Tuesday, December 31, 2013 10:19:42 AM
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!
eo_support
Posted: Thursday, January 2, 2014 9:37:54 AM
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!
Orhan Albay
Posted: Thursday, January 2, 2014 9:44:39 AM
Rank: Newbie
Groups: Member

Joined: 12/16/2013
Posts: 5
Thank you so much.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.