Do more on the web, with a fast and secure browser!
Download Opera browser with:
Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
@dimitrk i don't think there is a way to do that in Opera for Android.
The option would be in site settings, but it doesn't exist.
@D4N141 Why exactly do you think JavaScript is not working? Do you get any message?
No one has replied
@sidiney English here please
Same issue in Chrome and other browsers? Maybe https://stackoverflow.com/questions/2758608/window-focus-not-working-in-google-chrome will help.
Hard to say without a JS demo showing the problem.
Can you redefine html dom methods in Opera? So that the redef only is valid for the target document? win.document.hasFocus = function(){ return true; };
Would that work?
@leocg Yes, it seems it does.