absturztaube / PPVS-Android-App

Android Application für die Piratenpartei Wallis
GNU General Public License v3.0
0 stars 0 forks source link

WebView in Topic Viewer sometimes flickers #6

Closed absturztaube closed 11 years ago

absturztaube commented 11 years ago

The content of some posts are flickering/dissapearing by scrolling

absturztaube commented 11 years ago

The problem was the webview in the listitem. because items are going to be recycled during scrolling, and the webview is a really heavy widget, the webview can't update fast enough to match the scrolling speed. Changed the WebView to a Textview, but still needs a bit of work to get quotes and links displayed correctly