How can I close the config panel in landscape mode? #2270
|
On an iPhone, when the config panel is open in landscape mode, it doesn't let me swipe down to close it. I have to rate to portrait mode, then the panel becomes swipe-able. How can I dismiss the config panel without rotating to portrait? An external keyboard shortcut would be enough of a workaround, but I can't find one that works. Here are screenshots of both orientations. Note that in portrait, the panel has visible rounded corners with a prompt partially visible from the terminal behind it, while in landscape mode, it takes up the entire viewport. I'm on an iPhone 15 Pro Max if that matters. |
Replies: 2 comments
|
Hey @mrled, you're right, there's currently no way to dismiss the config panel in landscape. It's shown as a sheet, and once it expands to full-screen (which is what happens in landscape on iPhone) the swipe-down-to-dismiss gesture isn't available, so you're stuck unless you rotate back to portrait. There's no keyboard shortcut for it either right now. I put together a small fix that adds a close (✕) button to the Settings nav bar so it can be dismissed in any orientation: PR: #2271 |
|
Hi! I actually got rid of it like a year ago, thinking that the dismiss already worked everywhere. :D Thanks to @alvarofranz for the patch, I will merge and push a version with this today. |


Hey @mrled, you're right, there's currently no way to dismiss the config panel in landscape. It's shown as a sheet, and once it expands to full-screen (which is what happens in landscape on iPhone) the swipe-down-to-dismiss gesture isn't available, so you're stuck unless you rotate back to portrait. There's no keyboard shortcut for it either right now.
I put together a small fix that adds a close (✕) button to the Settings nav bar so it can be dismissed in any orientation:
PR: #2271