This question is locked. New answers and comments are not allowed.
I can't get azure mobile services client.login to work within Icenium.
Here's what I've tried.
Calling it directly from my main.js.
I get an error saying requests from file:// are not supported. Must be hosted in a server.
So I tried that. Hosted it on my server and loaded it in an InAppBrowser. Works to get authenticated within the browser, but my icenium app still has no idea what happened. It can't access anything from the InAppBrowser.
Has anybody done this before?
Here's what I've tried.
Calling it directly from my main.js.
I get an error saying requests from file:// are not supported. Must be hosted in a server.
So I tried that. Hosted it on my server and loaded it in an InAppBrowser. Works to get authenticated within the browser, but my icenium app still has no idea what happened. It can't access anything from the InAppBrowser.
Has anybody done this before?