Android : WebView does not load some complex html5 webs (like games) on all devices... only in some of them

on Monday, January 19, 2015


i noticed that some complex html5 websites does not load properly on all devices. For example, Samsung Galaxy S5 does not load properly those complex html5 websites. Instead of it the webview shows a black empty website.


This haves any explanation?


this is my webview:



webView.getSettings().setJavaScriptEnabled(true);
webView.getSettings().setSupportZoom( allowZooming );
webView.getSettings().setBuiltInZoomControls(allowZooming);
webView.getSettings().setLoadWithOverviewMode(true);
webView.getSettings().setUseWideViewPort(true);
webView.getSettings().setPluginsEnabled(true);
webView.getSettings().setDomStorageEnabled(true);
webView.loadUrl(url);

0 comments:

Post a Comment