Skip to content

Commit

Permalink
Merge pull request tidev#5592 from hieupham007/timob-16840
Browse files Browse the repository at this point in the history
timob-16840: revert fix for timob-16358
  • Loading branch information
srahim committed Apr 11, 2014
2 parents beda6ce + 523f6fc commit 300f172
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,7 @@ public TiUIWebView(TiViewProxy proxy)
webView.setWebChromeClient(chromeClient);
client = new TiWebViewClient(this, webView);
webView.setWebViewClient(client);
//setLayerType() is supported in API 11+
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
webView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);
}

webView.client = client;

if (proxy instanceof WebViewProxy) {
Expand Down

0 comments on commit 300f172

Please sign in to comment.