|
|
|
|
|
by cronix
2337 days ago
|
|
That's pretty cool! Have you thought about making it into a PWA and ditch the proprietary ios/android ecosystems and just allow anyone with a browser to use it? It doesn't seem like there is much in this app that NEEDS to be a "mobile" specific app. It looks like you could do it all with html/js and some local storage. I'm a big believer in open crossplatform systems, when it's possible. Obviously if you need access to hardware sensors, etc, it wouldn't work very well. |
|
But well, there is the virtual planner feature that makes heavy use of carefully tuned iOS gesture recognizers for zooming, panning, dragging, tapping and holding, all in combination for a smooth and useable editor on a small screen.
Not that I have actually tried, but I suspect I would have to lay more groundwork to implement the same experience with the browser DOM. This could of course just be a lack of knowledge on my part, but my time is finite :)