I've built a hybrid app for Android which loads a jQuery Mobile site from a remote server within a WebView. This works great except for one page which contains links that open an external site in a new window. After clicking the Android back button to return to the page containing the links, other links no longer work.
The real oddity is this works just fine when viewing through the normal Android browser. It's only through the WebView that it has this problem.
Demo page: http://demo.dev.codeality.com/index/connect
Does anyone have any insights or guesses to what is causing this? Thanks!