Skip to content

Opening web browser directly after queue WebView has closed causes a crash on iOS 16 and 17 #18

@MacDaysix

Description

@MacDaysix

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions