我正在创建Cordova应用程序,它可以通过移动服务客户端访问azure。
https://github.com/Azure/azure-mobile-services
iOS和Android工作正常但Chrome没有。
$ cordova emulate browser
应用停在以下代码中。
azureClient = new WindowsAzure.MobileServiceClient(
azureMobileServiceURL,
azureMobileAccessToken
);
有人有任何提示吗? 我感谢任何帮助。
修改
我目前正在使用com.microsoft.azure-mobile-services 1.2.9。
我检查了chrome控制台,显示以下错误。 这意味着程序无法引用该插件,不是吗?
Uncaught ReferenceError: WindowsAzure is not defined