autonome / standalone

[OLD - NOT WORKING] Install websites as standalone apps on your computer in one click.
13 stars 4 forks source link

Unable to "Sign in with Google" into an app #10

Open fturcheti opened 8 years ago

fturcheti commented 8 years ago

I'm trying to use an app I created for Moo.do (https://www.moo.do) but I'm unable to login. Moo.do requires a "Sign in with Google" (https://www.moo.do/app/) and the link is always opened in the default browser. This way, the login process is never completed.

Is there a way to bypass this problem?

autonome commented 8 years ago

Hm, there's probably a pref to have things like this open in a new window in the same process. I don't have time to figure out though. Maybe you can research which Firefox internal prefs manage how links are opened when in new window? Also would need to know about which target attribute was used on this link.

On Fri, Nov 13, 2015 at 3:53 AM Felipe Turcheti notifications@github.com wrote:

I'm trying to use an app I created for Moo.do (https://www.moo.do) but I'm unable to login. Moo.do requires a "Sign in with Google" ( https://www.moo.do/app/) and the link is always opened in the default browser. This way, the login process is never completed.

Is there a way to bypass this problem?

— Reply to this email directly or view it on GitHub https://github.com/autonome/standalone/issues/10.

fturcheti commented 8 years ago

I tried setting the value of browser.link.open_newwindow to 1 ("open links that would normally open in a new window in the current tab/window") but it didn't resolve the problem.

The button is attached to some script. I'll take a look later.