dilidili / react-drawing-board

demo
https://react-drawing-board-demo.dilidili.now.sh
MIT License
68 stars 21 forks source link

Not working for mobile users #2

Closed karthikwebdev closed 3 years ago

karthikwebdev commented 4 years ago

this package is really awesome in case of desktop users,but not working for mobile users. how can i fix that?

dilidili commented 4 years ago

@karthikwebdev Thank you for your compliment. I'll take your advice into account with next release, maybe on 26th this month.

Vijay-mRoads commented 3 years ago

@dilidili Great library. Do you have an update on this issue?

dilidili commented 3 years ago

@karthikwebdev @Vijay-mRoads version 0.3.0 supports mobile devices now! can try it on https://react-drawing-board-demo.dilidili.now.sh/ from mobile user agent.

vjkrishna21 commented 3 years ago

Thanks, @dilidili. It's working for me. Can you please add the documentation on how to build it? I am getting compilation errors when I try to build it for development purposes. Do you want me to open a different issue for this?

dilidili commented 3 years ago

Thanks, @dilidili. It's working for me. Can you please add the documentation on how to build it? I am getting compilation errors when I try to build it for development purposes. Do you want me to open a different issue for this?

npm install && npm run dev should work. If not, please open another issue and post an error log.