Skip to content

Releases: Wizcorp/cordova-plugin-wizviewmanager

v1.4.0

16 Dec 03:39
Compare
Choose a tag to compare

Minor

  • Cordova 5 compatibility (Android) [alexandervlpl]
  • Cordova 4 compatibility (iOS) [XuluWarrior]
  • Fix messages sent to main view instead of specified view (Android) [jrouault]

Patch

  • Reorganize project structure to have source and example app independent [jrouault]

v1.3.0

27 Nov 05:55
Compare
Choose a tag to compare

iOS

  • Updated example project to Cordova 3.7
  • Fix nil delegate before release
  • Allow a success callback for create even if no source is provided
  • iOS 8 patch for view roatation
  • Updated deprecated Cordova methods

Android

  • Updated example project to Cordova 3.4
  • Fixed Kikat compatibility for loading JavaScript into a WebView
  • Fixed bug with extension checking

v1.1.0

18 Mar 03:11
Compare
Choose a tag to compare

Major

n/a

Minor

Project restructure to allow easy updating of cordova example project and testing using cordova update platform X

Bug Fixes

  • Fix for landscape apps - when specifying height and width these will now correspond to the correct width and height if in landscape or portrait.
  • DomStorageEnabled (local storage) is now enabled in new WebViews.