Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix flickering while scrolling for webview #6620

Merged
merged 1 commit into from
Apr 27, 2016
Merged

Conversation

extralam
Copy link
Contributor

@extralam extralam commented Feb 4, 2015

fix flickering while scrolling for webview

if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
webView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
}

@hansemannn
Copy link
Collaborator

Hi @extralam, please sign the CLA to get this merged. Thank you! /cc @ashcoding

@hansemannn
Copy link
Collaborator

@extralam Please sign the CLA in the next 7 days, that would be awesome! If you have questions, just reach out to us. Thank you!

@hansemannn
Copy link
Collaborator

Approved!

@hansemannn hansemannn merged commit 1bbb219 into tidev:master Apr 27, 2016
@Jei
Copy link
Contributor

Jei commented Sep 29, 2016

I have to agree with @GertjanSmits.
This code was already added in this commit to solve TIMOB-16358, and then removed in this revert.

@hansemannn
Copy link
Collaborator

hansemannn commented Sep 29, 2016

Moved the ticket to be investigated for the next release (6.0.0), thanks! And I reverted it for now ti get back the performance until we come up with a better solution (probably configurable).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants