Merge branch 'master' of github.com:syng-io/syng-client

This commit is contained in:
Jarrad Hope 2015-08-12 17:17:17 +02:00
commit 14761ba987
1 changed files with 2 additions and 0 deletions

View File

@ -144,6 +144,8 @@ public class WebViewFragment extends Fragment {
}
webView.getView().requestFocusFromTouch();
cordovaInterface.onCordovaInit(webView.getPluginManager());
webView.clearCache();
android.webkit.CookieManager.getInstance().removeAllCookie();
// Wire the hardware volume controls to control media if desired.
String volumePref = preferences.getString("DefaultVolumeStream", "");