Hi,
It looks like calling the javscript functions:
Code: JavaScript
window.resizeTo(newWidth,newHeight
or
Code: JavaScript
window.resizeBy(incWidth,incHeight)
has no effect from a EO Browser.
I am not surprised considering we control the size of the window.
Just that I do not see obvious handlers that we could use to intercept the fact the page invoked either one of these functions, and then we would handling it from there.
Could you please advise on this matter what would be the best approach to handle those calls?
Would you for instance recommend to overwrite them from our wrapper? Or is there events we could hook up to handle them?
Thank you for your input on this matter.