Open GoogleCodeExporter opened 9 years ago
I also tried the same Webview approach in Android (enabled Javascript for
webview and also enabled "Javascript can open windows"). The result is same as
iOS - the oauthWindow.html loads instead of callback.
Original comment by cm.sub...@gmail.com
on 23 Jun 2012 at 3:07
On iPad.
My Liferay Portal integration allows GWT MVP Places to be deployed using the
portlet API.
One of the deployed Places allows visitors to sign in to the portal via their
gmail account.
In Safari, the oauthWindow.html is never seen by the user, but with Chrome it
leaves the user with a blank tab and the page they were on in another.
The only workaround I can think of right now is to add something like this to
the body of the .html:
<body>
<h4>(Chrome bug! - with Safari you never see this window)</h4>
<h1>
<a href="#" onclick="window.close();return false;">
Click here to close this window
</a>
</h1>
</body>
At least then the visitor gets led back to the place they expected to be...
Original comment by biancash...@gmail.com
on 28 Aug 2013 at 10:39
I think this bug needs to be fixed !
I mean we can not complete oAuth in GWT built apps on lots of devices .. :(
it's a pitty
Is there any alternative ?
Original comment by antw...@gmail.com
on 6 Mar 2014 at 8:45
Original issue reported on code.google.com by
cm.sub...@gmail.com
on 22 Jun 2012 at 8:52Attachments: