Add support for margin
to fitView
function
#1966
alexgrozav
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
What I could offer instead of |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When having buttons on top of the screen, the
fitView
function can produce results that get overlapped by the buttons.Here's what my workflow looks like after
fitView
(with 0.2 padding) in this scenario:My proposal is to have another property added to the function such as
margin
orsafeArea
orbleed
with pixel sizes to handle this kind of scenario:Beta Was this translation helpful? Give feedback.
All reactions