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
Color Picker dialog is shown on a tablet (Samsung) device in landscape mode with
colorPicker.show(childFragmentManager, "color_picker")
Expected result: dialog is scaled to fit screen height (width of a screen, height of a media)
obtained result: color picker dialog not fit into media height, and no option to get access to dialog's view to scale programmatically.
See attached screenshot/
The text was updated successfully, but these errors were encountered:
Color Picker dialog is shown on a tablet (Samsung) device in landscape mode with
colorPicker.show(childFragmentManager, "color_picker")
Expected result: dialog is scaled to fit screen height (width of a screen, height of a media)
obtained result: color picker dialog not fit into media height, and no option to get access to dialog's view to scale programmatically.
See attached screenshot/
The text was updated successfully, but these errors were encountered: