Hi guys, I'm trying to log into Facebook/Twitter using Javascript.
Usually I'd use window.open and wait for a callback with the logged in token.
However, if a user fails to login, or decides to cancel the login request, they'd just normally close the window.
When I call window.open on Tizen, the window cannot be closed and a back button isn't shown by default.
If I use launchAppControl to launch the browser to login, a back button is available, however I don't know how to get a callback when a token is available.
Is there a way to either, include a close/back button in my window.open request?