meteor-useraccounts / core

Meteor sign up and sign in templates' core functionalities
http://useraccounts.meteor.com/
MIT License
529 stars 279 forks source link

Any way to hide the location bar in the inappbrowser ? #272

Closed teknologist closed 9 years ago

teknologist commented 9 years ago

Hi,

I have come across this issue. The rest is working great but that location bar is pretty ugly on android. (Cordova's InAppBrowser).

On the same project using ionic/Angularjs I managed to hide that by passing location=no,hidden=yes args to the window.open call.

Can anybody point me to the solution for a meteor/Cordova app.

By the way, I am literally falling in love with Meteor ! :-)

Thanks in advance,

Eric

splendido commented 9 years ago

Hi @teknologist,

I'm sorry but I never had a chance to play with the Cordova integration, and it doesn't seem this has actually something to do with useraccounts.

Perhaps someone within the @meteor-useraccounts/core-devs had some experience with this?