小程序内嵌h5拍照闪退,已经上线,万分着急。
一不小心已经上线小程序,webview内嵌h5,iphonex正常,除iphonex外全部拍照闪退,无法上传图片。。。。官方能给我个方案吗
function cropStart() { var $upload = $( "#uploadInput" ); $upload.unbind( "change" ); $upload.one( "change" , cropChanged); $upload.trigger( "click" ); } |