## Problem The SDK doesn't provide a way to close a queue easily for the user in a native way. ## Idea A close button could be added either to the top right/left or bottom of the screen with a callback to be able to close the queue view easily. ## Screenshots ### Top bar with x button https://github.com/user-attachments/assets/bba29452-74be-444c-9897-b132da90758d ### Queue view presented in sheet (scrolldown to close) https://github.com/user-attachments/assets/1ee4619d-8403-4cc3-959b-89e5b801dfc0 ## Extra If you want to find more details about how to implement this you can check [this PR](https://github.com/alexanderthoren/ios-webui-sdk/pull/3) in my personal fork of this repository.
Problem
The SDK doesn't provide a way to close a queue easily for the user in a native way.
Idea
A close button could be added either to the top right/left or bottom of the screen with a callback to be able to close the queue view easily.
Screenshots
Top bar with x button
Top.bar.with.x.button.mov
Queue view presented in sheet (scrolldown to close)
Sheet.with.scroll.to.bottom.mov
Extra
If you want to find more details about how to implement this you can check this PR in my personal fork of this repository.