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?
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 finishedSteps To Reproduce
try to use the dev wallet in android and you will see that windows don't dismiss
Environment
What are you currently working on that this is blocking?
No response