Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 788 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 788 Bytes

Cordova WebView reloader plugin

==========================

Synopsis

This plugin was made to solve the window.location.reload() problem on the iOS platform.

Sometimes when I call window.location.reload() in my Ionic app it doesn't properly reload. I get blank white screen for 20-30 seconds then finally my app loads without needed fonts. Your results may vary.

So I found this tread at the stackoverflow and made a plugin for the iOS platform.

So what does this plugin do? It takes appDelegate.viewController WebView and reloads it with index.html. That's it.

Installation

Just run cordova plugin add com.malex.cordova.plugin.webview-reloader