彩票走势图

彩票走势图 > 慧问 > 频道

使用Telerik Platform时代码不工作的问题

发表于2019-05-10 回复:0 查看:2927  |  
我将代码放进去,但是它不工作 源代码:telerik platform,使用相机添加图片到库中 有人能帮助我吗? <pre class='brush: js'>(function () { document.addEventListener("deviceready", function () { window.listView = kendo.observable({ addImage: function () { var success = function (data) { $("#images") .data("kendoMobileListView") .prepend(["data:image/jpeg;base64," + data]); }; var error = function () { navigator.notification.alert("Unfortunately we could not add the image"); }; var config = { destinationType: Camera.DestinationType.DATA_URL, targetHeight: 400, targetWidth: 400 }; navigator.camera.getPicture(success, error, config); } }); var app = new kendo.mobile.Application(document.body, { skin: "flat" }); $("#images").kendoMobileListView({ dataSource: ["images/01.jpg", "images/02.jpg", "images/03.jpg", "images/04.jpg", "images/05.jpg", "images/06.jpg", "images/07.jpg"], template: "<img src='#: data #'>" }); navigator.splashscreen.hide(); }); }());</pre>
0个回答

打破零回复...

回复

登录 慧都网发表评论

扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP