Rank: Advanced Member Groups: Member
Joined: 11/3/2015 Posts: 65
|
hi,
is it possible to prevent a Java Update in the EO Browser? If a user clicks on the install button he'll never come back to the original website. That's a huge problem, because he'll loose the session.
Best regards
Marius
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
You will need to find out what the browser does when user clicks it and then prevent that. For example, if user clicks it and the browser does a navigation, then you can handle BeforeNavigation to cancel that navigation.
Thanks!
|