Reputation: 437
I am developing App using Cordova and want to try using Azure App Service's Mobile App. But from this official document
it contains iOS/Xamerin/WinApp/Android but javascript example.
My questions are:
thanks a lot.
Upvotes: 0
Views: 390
Reputation:
Currently, the Mobile Apps service is in preview and not all features have been implemented yet.
Yes, the client SDK is the same as with Mobile Services. If you download the HTML quickstart client from your Mobile App, you'll see that the html page references the same library: MobileServices.Web-2.0.0-beta.min.js
You didn't asked for the backend but anyways...Note that a major drawback currently for JS developers is the fact the you can't create a Node backend for Mobile Apps yet.
Upvotes: 3