|
|
|
|
|
by bobiny
1621 days ago
|
|
I tried Thinktype on my iPhone — added a shortcut to homescreen.
1) I need to tap screen to start writing
2) I need to save what I wrote — can autosave happen in a browser app?
2*) Save button moved off screen to the right
3) I think new text should be at the bottom like in chat apps, but maybe it's just my taste
4) I presume it wouldn't work offline? |
|
I think the issue here is that, though the cursor is in the searchfield, the keyboard doesn't appear? I have no idea how to handle this. Even if you could make the keyboard appear automatically, it's also not obvious that you would want to, because you might just want to read your notes. (And then how to make it disappear?)
> I need to save what I wrote — can autosave happen in a browser app?
I've thought about that. Some issues:
- In thinktype, you write and search using the same field. So autosave would also save every search.
- The notes id is the time that you saved it. Not sure how I would handle that with autosave.
> Save button moved off screen to the right
Wow, that sucks. Can't replicate that, no idea what might cause that. Can you post a screenshot? Is the issue that the entire thing is too wide? Is it possible that you zoomed in by mistake?
> I think new text should be at the bottom like in chat apps, but maybe it's just my taste
I've thought about that. In my view, that makes sense at best for one line texts. If you have longer texts, and you want to read through all of them, then you have to keep moving back and forth. Scroll through a note to read it, scroll up again to find the previous note, and so on.
> I presume it wouldn't work offline?
It does work offline. Notes are stored locally using IndexedDB, and the code is stored locally using the cache interface of the service worker API.