Closed ItsT-Mo closed 7 years ago
Thanks for the report! We're able to replicate it, and looking into it.
Closing in favor of the PR fix in braintree/browser-switch-android#2
@ItsT-Mo At this time we don't have a good solution for detecting that the popup was backgrounded via Tab Queue.
When browser-switch-android switches to the browser it assumes that when it foregrounds again and there was no user interaction the browser switch was cancelled.
Unfortunately Tab Queue falls into the cancel case, and there doesn't seem to be any knowledge that it was backgrounded via Tab Queue.
@quinnjn Alright, that makes sense. Thanks for the reply! :+1: Still love Popup Bridge :-)
General information
Issue description
When using Firefox as the default browser with
Tab Queue
enabled (under General Settings) popup bridge runs into an error.When you have the feature enabled the onComplete function gets called with the payload as
null
.When opening the link again, the error does not come up and the behaviour is as expected.
Using e.g. Chrome or even Firefox without the Tab Queue Setting leads to Popup Bridge working fine.