For a big portion of the app, I would agree (arguments about native feel aside).
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 :)
Hi, web app dev here. It’s possible to do. Whether it piques your interest or is worth your personal effort to do is of course up to you, but it is doable. Some may scoff, but I’d even say it’s possible to do it elegantly.
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 :)