When working on CB-8002, noticed this code:

    commandQueue.push(JSON.stringify(command));

    if (bridgeMode === jsToNativeModes.WK_WEBVIEW_BINDING) {
        window.webkit.messageHandlers.cordova.postMessage(command);


Wondering if maybe when in WK_WEBVIEW mode, if commands are being added to
commandQueue and never dequeued. Maybe fix is to never add them to the
queue?

Reply via email to