问题描述
昨晚我终于在ipad上测试了我的小幻灯片应用程序并且它无法正常工作。
I finally tested my little slide show app on an ipad last night and it didn't work.
在调用它时:
WL.ui({
name:" skydrivepicker",
element:" downloadFile_div",
mode:" open",$
select:" multi",
  ; onselected:onDownloadFileCompleted,
onerror:onDownloadFileError
},csschange)
WL.ui({
name: "skydrivepicker",
element: "downloadFile_div",
mode: "open",
select: "multi",
onselected: onDownloadFileCompleted,
onerror: onDownloadFileError
}, csschange)
I在"onerror"上收到错误消息"Wl.ui - 由于浏览器限制无法完成请求"SkyDrivePicker是否可以在Safari上运行?
I'm getting an error message fired on the "onerror" "Wl.ui - Request could not be completed due to browser limitations"Should the SkyDrivePicker work on Safari?
我的应用程序是:http://www.polysym.com/photo。 htm
My application is: http://www.polysym.com/photo.htm
推荐答案
打电话给:
WL.ui({
name:" skydrivepicker",
element:" downloadFile_div",
mode:" open",$
select:" multi",$
  ; onselected:onDownloadFileCompleted,
onerror:onDownloadFileError
},csschange)
WL.ui({
name: "skydrivepicker",
element: "downloadFile_div",
mode: "open",
select: "multi",
onselected: onDownloadFileCompleted,
onerror: onDownloadFileError
}, csschange)
我已经做了一些调查,看来我的问题只出现在Skydrivepicker上,有没有其他人试过这个在iPhone或iPad上?
I've done some more investigation and it would appear my problem is only with the Skydrivepicker, has anyone else tried this on an iPhone or an iPad?
这篇关于Wl.ui - 由于浏览器限制,无法完成请求的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!