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 I add an image block, there's a "Choose Image" button. On Android and iPhone that brings up an action sheet, but on iPad it brings up an action popover. That popover moves around on the screen when I rotate my device between portrait and landscape.
@etoledom suggested that the popover should probably stay near the button, maybe with a little arrow. One example of that is the popover in WPiOS when you exit the editor after making changes:
The text was updated successfully, but these errors were encountered:
At the moment we are just centering the alert on the middle of the screen. When the device is rotated we don't update the position to the center of the new layout.
To implement the arrow, like in the image above, we will need to have a way to detect what is the current view that is selected in the JS/RN side and keep a track of that.
When I add an image block, there's a "Choose Image" button. On Android and iPhone that brings up an action sheet, but on iPad it brings up an action popover. That popover moves around on the screen when I rotate my device between portrait and landscape.
Screencast: https://cloudup.com/cRavA8Zdr_N
@etoledom suggested that the popover should probably stay near the button, maybe with a little arrow. One example of that is the popover in WPiOS when you exit the editor after making changes:
The text was updated successfully, but these errors were encountered: