ianmartorell / meteor-accounts-ui-bootstrap-3

accounts-ui package with Bootstrap 3 and localization support
150 stars 109 forks source link

login buttons are not shown on android #213

Open viktornord opened 8 years ago

viktornord commented 8 years ago

When I am trying to run the app on android, login buttons are not shown, I printed out html code and saw that container of {{> loginButtons}} is empty, whereas on the web version of the app everything is working as expected. I am passing my local machine host:port to the --mobile-server option (But it is working with a production --mobile-server option).