Merge branch 'master' of github.com:syng-io/syng-client
This commit is contained in:
commit
14761ba987
|
@ -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", "");
|
||||
|
|
Loading…
Reference in New Issue