-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
package doesn't work proprerly on iOS (and Android?) because Cordova InAppBrowser doesn't support window.close()
#8
Comments
this package was modeled after the default meteor oauth behavior, which at i agree this is an issue and should be implemented. however i will not be On Sun, Jan 31, 2016 at 4:51 AM, Jeffrey Wescott [email protected]
|
@nate-strauser Thank you for your acknowledgment. I think a lot of business users depend on this feature. What is a PR? Is there a way to put a bounty on this defect/feature? |
PR -> pull request with the fix :) On Fri, Feb 5, 2016 at 9:46 AM, moritzmann1 [email protected]
|
Nice :) Thanks you for eduction. We'll test the linked phonegap fix next week as hinted by @jeffreywescott. |
Any chance for a fix for this issue? It really hurts the ability for using the mobile app of rocket.chat in a secure way in a work environment. |
i've added the ability to post a bounty - without some other motivation (bounty or a project i'm working on using On Wed, Apr 13, 2016 at 1:49 PM, Rotem Hermon [email protected]
|
How high should a proper incentive/bounty be, so you could solve this soon? |
not really sure - i was thinking that it would be more driven by how much On Thu, Apr 14, 2016 at 11:51 AM, Dumeni Degunda [email protected]
|
PR submitted and merged - #10 please try version 0.1.3 which should work on cordova |
After completing the SAML authentication process successfully, the in-app browser stays open to a page that just says "Verified".
FYI, this seems to have to do with two things:
saml_server.js
useswindow.close()
to complete the sign-in process.window.close()
.A possible workaround would be something like this.
See also: RocketChat/Rocket.Chat#2028
The text was updated successfully, but these errors were encountered: