1

When I test my app on my device I'm able to connect to the backend user and collection features. Why isn't that working when I preview the app in the browser (Chrome)? Or is it possible and what should I do to fix this...

Verhulstd
  • 281
  • 1
  • 2
  • 12

1 Answers1

0

As stated in the Monaca Backend API Reference Guide, Monaca backend requires a phonegap plugin thus the browser does not have these installed and therefore you will not be able to access those systems.

Ultimately, there is nothing you can do other than to test in the app, although if you use the Monaca Cloud IDE, you do gain a web interface to manage the backend. It is very useful.

Hope this helps!

Munsterlander
  • 1,356
  • 1
  • 16
  • 29