Hi I receive the below error (html5, jquery app)
Should not happen: no rect-based-test nodes found
after the below code executed
$('#submit').unbind('click').click(function(){ code }
The error occurs on every touch after the click on the above button...
I cannot find out what fires up this error.
How can I fix this?
I follow this Android WebView JellyBean -> Should not happen: no rect-based-test nodes found but I cannot understand what to do...