Composing toots #7
Labels
No labels
bug
duplicate
feature
accepted
feature
proposal
help wanted
invalid
performance
question
user-agent/chromium
user-agent/webkit
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Rubicon/tutu#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For now we still could not send toots on the app. Composing toot enables us:
I'd like to let the composing happens within the timeline and the thread - to give users the feel they are being part of the conversation and allow them goes around while composing their toot.
We could not use the "docked" visual yet, because of the virtual keyboard. We could not detect the virtual keyboard (The attempt of the
VirtualKeyboard
API is still limit in the Chromium-based) and make the "docked" composing and the keyboard overlays on the content. Even worse, Safari on iOS push up the viewport and left the viewport size unchanged. It's convenient in the old world, which the web pages designed for only desktops and big screens, but not a good message for responsive designs.