Releases: queueit/ios-webui-sdk
Releases · queueit/ios-webui-sdk
3.0.2
Navigation callbacks were added so layout navigation can be intercepted.
3.0.1
feature: Enable testing domain to be used, fixing inconsistency with the android sdk.
3.0.0
Breaking changes:
Updated QueueITEngine.run
to use NSError pattern instead of throwing NSException.
Fixes #9 and #8
2.13.2
Lowered target version of iOS to 9.3
2.13.1
Migrated to WKWebView from UIWebView to obtain user agent - was missed in 2.13.0
2.13.0
Removed backward compatibility to iOS versions before 11.4
- No longer use UIWebView
- Use newer version of openUrl
- Updated target
2.12.3
Fixed queue-it view full screen problem in IOS 13.
2.12.2
Updated url for queues to always use https
2.12.1
- Bug fix to allow Safari opening links clicked from inside iframes on the queue.
2.12.0
- 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