scribble icon indicating copy to clipboard operation
scribble copied to clipboard

It doesn't work on mobile browser

Open demetrio812 opened this issue 4 years ago • 3 comments
trafficstars

Hello, thanks for the great library, the web version works very well on Desktop browser but unfortunately it has a lot of issues on mobile browser (I've tested it on iOS and Android, phones and tablets).

Thanks, Dem

demetrio812 avatar Oct 17 '21 09:10 demetrio812

Hi Dem, thanks for the positive feedback! Yeah I've noticed that too, also with other packages that support freehand input on the canvas (e.g. scratcher). I'll investigate, but I assume it's some kind of issue with flutter web in general.

timcreatedit avatar Oct 22 '21 04:10 timcreatedit

Hello, I've found 2 drawing packages that work on mobile browsers:

https://pub.dev/packages/whiteboardkit

https://pub.dev/packages/perfect_freehand

I've tested them on mobile safari (iPad) and mobile Chrome (Android phone)

Hope it helps to find a solution for mobile web support

Thanks, Dem

demetrio812 avatar Oct 22 '21 12:10 demetrio812

try build with flutter build web --web-renderer canvaskit --release

RennanAgroSmart avatar Oct 21 '22 19:10 RennanAgroSmart