Skip to content

Releases: queueit/ios-webui-sdk

3.0.2

15 Sep 12:35
Compare
Choose a tag to compare

Navigation callbacks were added so layout navigation can be intercepted.

3.0.1

24 Jul 07:51
Compare
Choose a tag to compare

feature: Enable testing domain to be used, fixing inconsistency with the android sdk.

3.0.0

06 May 15:13
Compare
Choose a tag to compare

Breaking changes:
Updated QueueITEngine.run to use NSError pattern instead of throwing NSException.
Fixes #9 and #8

2.13.2

16 Mar 14:34
Compare
Choose a tag to compare

Lowered target version of iOS to 9.3

2.13.1

13 Mar 15:08
Compare
Choose a tag to compare

Migrated to WKWebView from UIWebView to obtain user agent - was missed in 2.13.0

2.13.0

04 Mar 17:02
Compare
Choose a tag to compare

Removed backward compatibility to iOS versions before 11.4

  • No longer use UIWebView
  • Use newer version of openUrl
  • Updated target

2.12.3

24 Oct 09:45
Compare
Choose a tag to compare

Fixed queue-it view full screen problem in IOS 13.

2.12.2

01 Mar 09:13
Compare
Choose a tag to compare

Updated url for queues to always use https

2.12.1

29 Oct 08:33
Compare
Choose a tag to compare
  • Bug fix to allow Safari opening links clicked from inside iframes on the queue.

2.12.0

12 Oct 13:37
Compare
Choose a tag to compare
  • Default to use WKWebView instead of UIWebView for iOS 10 and up.
    This also fixes possible bug for reentering queue after hard close of apps using iOS 10 and up.
  • Removed restriction against iPads
  • Minimum iOS version has been updated to 8.3