nickzuber / notion-draw

Simple drawing app for doodling within Notion.
https://notion-draw.vercel.app/
MIT License
58 stars 4 forks source link

Remove the mobile restriction message #1

Open ctwhome opened 2 years ago

ctwhome commented 2 years ago

It works perfectly on my galaxy tab when requesting the desktop version, so why restrict it to mobile / tablet?

merlinfuchs commented 2 years ago

For this to work the data would need to be stored on a server. IndexedDB on mobile isn't really usable for this kind of stuff.

ctwhome commented 2 years ago

Isn't it indexedDb fully supported on mobile? What would be the problem particularly?

https://caniuse.com/?search=indexdb