Closed edwindotcom closed 11 years ago
The dialog subscribes to window.close
events, and sends a close command when it receives one. But there are no window.close
events on b2g. So it would appear the solution will require some work both on the platform side and in the dialog.
Note that an RP using the observer API will receive the cancel
event and have its oncancel
callback invoked if someone closes the trusted UI. So this issue affects specifically non-observer RPs.
Actually, the way we implemented get
in the native api looks like this actually should work. @ozten and I are investigating now.
I think I see what i did wrong with the native get
cancel.
Sorry I didn't close sooner. This has been fixed.
result: sign in button is disabled and greyed out expected: it should be enabled and not greyed out