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);
This is the game that does not work: http://tinyurl.com/krahudh