RE: RE: USE OUR BETA | beta.steempeak.com
You are viewing a single comment's thread from:

RE: USE OUR BETA | beta.steempeak.com

Words
266
Reading
2 min
Listen
Play
7y
  • About the push notifications, you could always add an option to disable them selectively, I suppose.
  • For local storage, I mean like a local keychain. It would obviously have to be encrypted, but I don't see it as something so hard to do? I have an AES-encrypted JSON that stores some stuff in a server, though I'm not sure if that's the standard for security. I think it's easier to do on mobile, too, where things are more contained and not risked by addons.
  • Exactly, shortcuts can be easily set up to open the website quickly. However, you could have a small popup that recommends adding to desktop, for example. It would way more comfy to just have that done automatically by the playstore, especially for the newbies.
  • Yeah, widgets are an addition. I was thinking of curation feeds, notification feeds, and optionally wallet monitor (SP Steem SBD etc.)
  • Navigation gestures are like, pulling to the right to get a menu, or to go to home screen, to go to the next post, etc., basically navigating the app with gestures instead of pressing buttons. Many apps do this wonderfully and a lot of the competition lies on this point alone.
  • Keychain can be temporarily solved by making an encrypted posting key container in client-side storage, possibly unlocked as a WIF with a cookie?
  • The editor could be solved more easily on an app with a custom text box. You press it and a plain text box appears in focus where you can write, and once you close the keyboard, it switches back to web-version text box.