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
As far as I can tell, if the exception warning popup appears on the bottom of the screen there's no way for me to make sure any UI underneath it is still visible. The popup is very useful, but I need some way of knowing if it opened & how big it is so I can move all my other debugging UI up and out of the way.
At the very least, it'd be great if the plugin let me know a "safe area" of how high the popup will be (similarly to how we know how big the notch is on the screen) so I can scooch stuff out of the way. It'd be even better if I could get that and some callback for when the popup is shown and hidden - I'm pinched on screen space so I don't want to permanently shift everything up.
The text was updated successfully, but these errors were encountered:
As far as I can tell, if the exception warning popup appears on the bottom of the screen there's no way for me to make sure any UI underneath it is still visible. The popup is very useful, but I need some way of knowing if it opened & how big it is so I can move all my other debugging UI up and out of the way.
At the very least, it'd be great if the plugin let me know a "safe area" of how high the popup will be (similarly to how we know how big the notch is on the screen) so I can scooch stuff out of the way. It'd be even better if I could get that and some callback for when the popup is shown and hidden - I'm pinched on screen space so I don't want to permanently shift everything up.
The text was updated successfully, but these errors were encountered: