Azure移动服务无法在Cordova浏览器上运行

时间:2016-04-13 03:30:44

标签: cordova azure-mobile-services

我正在创建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

Azure移动服务屏幕截图 Azure Mobile Service Screen Shot

0 个答案:

没有答案
相关问题