Example #1
0
 public void OnClearCacheClicked()
 {
     InAppBrowser.ClearCache();
 }
Example #2
0
 public void ClearCache()
 {
     InAppBrowser.ClearCache();
 }
Example #3
0
 // Use this for initialization
 void Start()
 {
     Screen.orientation = ScreenOrientation.LandscapeLeft;
     InAppBrowser.ClearCache();
 }
Example #4
0
 // Use this for initialization
 void Start()
 {
     Screen.orientation = ScreenOrientation.Portrait;
     InAppBrowser.ClearCache();
 }