Hi guys I've got big problems with behavior of application during downloading/parsing website using WebView. For example EventListener like "click" for Button, imageView or View (It's doesn't matter) is absolutely not responding. Listeners aren't working just during downloading/parsing before or after are working without problems...
More information: When user start the application on background begins downloading-loading web page using WebView then in webView.addEventListener('load'),function(){}); underway parsing using evalJS(); . I have approximately eight evalJS commands in for cyclus which has four iteration. This process take approximately five seconds. User during these five seconds can't do anything in app. So for example user can't press button "Stop loading" or user can't choose some different feature he has to wait :( Thank you so much
Ti: 2.1.1GA