ui-cropper icon indicating copy to clipboard operation
ui-cropper copied to clipboard

Not working on iphone chrome

Open laurentiun3000 opened this issue 5 years ago • 4 comments

Hey,

The cropper is not working on chrome form iphone.

laurentiun3000 avatar Dec 14 '18 15:12 laurentiun3000

can you provide more details

CrackerakiUA avatar Dec 16 '18 07:12 CrackerakiUA

I'm using the version 1.0.6 tested with 10.7 to.

Only in iphone chrome with the option "request mobile website" the image is not loaded.

</div>
<div class="float_l">
    <img alt="image" id="avatar_crop"  ng-show="myCroppedImage" class="img-responsive" ng-src="{{myCroppedImage}}"/>
</div>

What i think is that "data:image/png;base64,.... is not loading in chrome.

laurentiun3000 avatar Dec 16 '18 17:12 laurentiun3000

myCroppedImage is empty

laurentiun3000 avatar Dec 16 '18 18:12 laurentiun3000

how can I debug such issue? Do you use some kind of emulator, or perhaps we can reproduce that within codepen. I have one iphone 6s for testing.

CrackerakiUA avatar Dec 17 '18 10:12 CrackerakiUA