Casued by:
RAISEQUEUEPASSED
Being triggered before closing the webView
QueueITWKViewController.m:160-163
[self.engine raiseQueuePassed:queueitToken];
[self.host dismissViewControllerAnimated:YES completion:^{
The 300ms animation means the QueueIt webview has not closed when queue passed is called and attempting to open a browser window directly after crashes the app.
Note this only triggers on older versions of iOS - have recreated on iOS 16 in simulator and real device.
Requested Functionality:
It is poossilbe to open a webview directly after the queue passed event is triggered.
Casued by:
RAISEQUEUEPASSED
Being triggered before closing the webView
QueueITWKViewController.m:160-163
The 300ms animation means the QueueIt webview has not closed when queue passed is called and attempting to open a browser window directly after crashes the app.
Note this only triggers on older versions of iOS - have recreated on iOS 16 in simulator and real device.
Requested Functionality:
It is poossilbe to open a webview directly after the queue passed event is triggered.