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
When there is large content to display (or the window is a funny size), the UI must allow scrolling.
VUI view state includes a mutable camera position, and vui::PageLayout::view_transform() computes not just a single position but bounds within which it can move.
The camera position can be modified by one or more of:
scroll events (if a scroll wheel/touchpad is available)
touch drags
movement keys (if not already taken over by some other function like text input)
The text was updated successfully, but these errors were encountered:
When there is large content to display (or the window is a funny size), the UI must allow scrolling.
vui::PageLayout::view_transform()
computes not just a single position but bounds within which it can move.The text was updated successfully, but these errors were encountered: