javascript - magic jquery image uploading? -
i'm trying make else's code work ipad (and other mobile devices). 1 of things works on desktop fails on ipad clicking 'import image' button. on desktop, opens dialogue box you'd expect , allows select image, on ipad clicking 'import image' nothing.
the code can find called in response clicking button follows:
var clickimport = function() { //breakpoint here hits when write "var test=9;" , 'import image' clicked };
nothing happens in function. when step past end of function goes straight jquery.js, appears open dialogue box.
all image handling file reader happens after click 'ok' in dialogue box. problem can't dialogue box open @ on ipad. there's no "<input type='file'>
" sort of thing in html either.
does know how working?? or how function on mobile devices? thanks!
Comments
Post a Comment