Skip to content

Releases: Paldom/SpinnerDialog

1.3.0

14 Dec 00:02
Compare
Choose a tag to compare
  • iOS 8 support for landscape orientation
  • (back button) cancelation callback for Windows Phone 8
  • slightly darker iOS background
  • other minor fixes

1.2.0

06 Nov 22:55
Compare
Choose a tag to compare
  • callback can be specified for cancel events (srceen touch, buttons) - instead of boolean value only
  • iOS can be also set to fixed/cancelable
 window.plugins.spinnerDialog.show([title], [message], [cancelCallback])

1.1.0

06 Oct 12:35
Compare
Choose a tag to compare
  • Spinner dialog on Android can be non-cancelable

    // Set spinner dialog fixed (cannot be canceled with screen touch or hardware button - Android only)```
    window.plugins.spinnerDialog.show("title","message", true);
    

1.0.0

25 Sep 13:26
Compare
Choose a tag to compare
  • WP8 support added
  • empty spinner on Android has a better look
  • (same as 0.9.0, this is a version correction for PGB)

0.2.1

08 Jun 11:47
Compare
Choose a tag to compare
Update README.md