getPictures 说找不到,我换了别人的程序 用vivo 华为 魅族的手机测试,也都调不倒系统相册 |
你是在浏览器上看到的错误?浏览器上这个错可以忽略,打包在真机上测没有问题。 |
Tre_Hack 发表于 2016-4-26 18:45 $scope.test = function (){ // start image capture var options = { maximumImagesCount: 10, width: 100, height: 100, quality: 80 }; $cordovaImagePicker.getPictures(options) .then(function (results) { for (var i = 0; i < results.length; i++) { console.log('Image URI: ' + results); } }, function(error) { // error getting photos }); } 就是这样的 页面绑定了个ng-click="test()" imagepicker 插件装好了的,module中 添加了['ngCordova'], 控制器中 添加了 $cordovaImagePicker PC上用phonegap serve 启动的项目 在ios 手机的phonegap developer上测试的 请问你是Android或ios打包后再测试的吗? |
我这边用没有错误呀 你把更完整一点的代码贴出来看看 |
Tre_Hack 发表于 2016-4-26 17:36 谢谢你的回答,不过 我之前试过你这种方式,同时刚刚又试过了,还是相同的错误 |
module.controller('ThisCtrl', function($scope, $cordovaImagePicker) { var options = { maximumImagesCount: 10, width: 800, height: 800, quality: 80 }; $cordovaImagePicker.getPictures(options) .then(function (results) { for (var i = 0; i < results.length; i++) { console.log('Image URI: ' + results[i]); } }, function(error) { // error getting photos }); }); |
应该是$cordovaImagePicker.getPictures |
Archiver|手机版|小黑屋| PhoneGap中文网 ( 京ICP备13027796号-1 )
GMT+8, 2024-11-25 20:17 , Processed in 0.061413 second(s), 35 queries .
Powered by Discuz! X3.2
© 2001-2013 Comsenz Inc.