You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a tracking issues for Android platform bugs that have cropped up recently. These changes are not things that can be fixed within Robrix itself, but rather are issues with Makepad's current android platform layers or specific widgets.
long-press does not work at all on some real Android devices. Likely a timer bug within makepad?
A redesign for this is currently in progress, which will use our newly-added native LongPress events in Makepad.
pasting text into the login screen's password field doesn't seem to paste all of the characters, and only shows one character.
Pressing the back navigational action when the User Profile Sliding Pane is displayed does not capture that event, so it both hides the pane and triggers the stack navigation to return to the root view (the RoomsList).
all TextInputs need to bring up the regular typing IME with full autocomplete/autocorrect, not the barebones keyboard with no extra features.
this is a known issue that Linebender folks have been working on for a while, primarily Aaron
drag-N-drop needs to be supported on Android so we can use the dockable tab interface (mostly for foldables/tablets).
don't always select/activate a tab on FingerDown/Up, since we'll need to handle the long-press gesture in order to start a drag/drop procedure
similarly, we need support for finger scrolling through the tab bar, specifically horizontally and not just vertically. Otherwise you cannot scroll through multiple tabs on a touchscreen device.
The text was updated successfully, but these errors were encountered:
This is a tracking issues for Android platform bugs that have cropped up recently. These changes are not things that can be fixed within Robrix itself, but rather are issues with Makepad's current android platform layers or specific widgets.
LongPress
events in Makepad.Event::BackPressed
to contain ahandled
bool makepad/makepad#670 and Use our latest Makepad update to fix duplicate Back button handling #423The text was updated successfully, but these errors were encountered: