mozilla/winchan

test on android with no default browser set

Closed this issue · 2 comments

this has been problematic for such code in the past.

this is reported to fail miserably. should investigate, as there may be a solution.

Hey @lloyd,

We just ran into this problem!

Only piece of information I want to add is that even when there's a default set, the app still fails miserably. We're using Chrome to open a popup to a Facebook Authentication URL. It lets you choose between Facebook and Chrome in the IntentChooser. If you set the default to Chrome, the next time the IntentChooser won't be shown, but still the popup will automatically be closed when pointed to Facebook Authentication URL since it'll try to resolve it in a new tab. This causes the app to still fail.

Let me know if there's any way we can help with this issue since we need to fix it for Lock.

Thanks for the awesome work :).