i noticed that my webview is laggy
WebViewClient_PageStarted is fired after 300 ~ 500 ms after WebViewClient_OverrideUrl
so the page is not starting loading immediately
it seems to wait a little then start the loading possess
after some googling i found that this is a well know issue called "300ms delay"
some browsers do this delay to detect if there is a double tab
how can i remove the delay ?
i dont care about double tap or any zoom functionality
i only care about the speed of the webview
any ideas are highly appreciated
WebViewClient_PageStarted is fired after 300 ~ 500 ms after WebViewClient_OverrideUrl
so the page is not starting loading immediately
it seems to wait a little then start the loading possess
after some googling i found that this is a well know issue called "300ms delay"
some browsers do this delay to detect if there is a double tab
how can i remove the delay ?
i dont care about double tap or any zoom functionality
i only care about the speed of the webview
any ideas are highly appreciated