Losing Document events after window.open

Losing Document events after window.open

BY 01 Dec 2018 Web Application Development
I am opening a link to an outside URL with window.open(). When I go back to the app buy clicking on the Hardware button, the Document events are no longer firing. I have to exit the app and start it again for events to work. The specific event not firing is “rotarydetent”, which I use to allow the user to scroll up and down the content. The Hardware key uses window.history.back() and I’ve also tried tau.back(). This is on Tizen 3.0
Written by