onflow / fcl-dev-wallet

A Flow wallet for development purposes. To be used with the Flow Emulator.
Apache License 2.0
51 stars 34 forks source link

[BUG] Backchannel dev wallet must call window.close() #209

Closed jribbink closed 1 year ago

jribbink commented 1 year ago

Current Behavior

The dev wallet currently relies on the underlying FCL instance in the App to dismiss the browser. However, due to constraints in Android, the dev wallet must call window.close() instead.

Expected Behavior

Should call window.close when backchannel session finished

Steps To Reproduce

try to use the dev wallet in android and you will see that windows don't dismiss

Environment

Android

What are you currently working on that this is blocking?

No response