I need to update my drawable HTML pages and would like to use the update rate funtionality. I changed this to LOW since that is perfect for me. After making these changes nothing happens but i get webview_proxy warnings.
Error warning:
java.lang.Throwable: Warning: A WebView method was called on thread 'Thread-4437'. All WebView methods must be called on the UI thread. Future versions of WebView may not support use on other threads.
Any idea what is causing this?
Greetings Tim
A
Andreas Fötschl
said
over 10 years ago
Hi Timmy,
HTML drawables have some known issue in current implementation.
Please only use update rate STATIC
SDK 2.0 may have issues on Android 4.1 devices
Stay tuned for SDK updates, we are working on improvements.
Timmy Vanuytsel