Created attachment 177498 [details] desktop SUMMARY Context drawer actions are moved to the bottom on mobile instead of hidden in a hamburger menu as described on https://develop.kde.org/docs/getting-started/kirigami/components-drawers/#context-drawers (even if there's enough space). STEPS TO REPRODUCE 1. open Telly Skout 2. select at least one favorite channel 3. open Favorites page 4. look for "Refetch" button OBSERVED RESULT "Refetch" button is located at the bottom EXPECTED RESULT "Refetch" button is shown at the top (like on desktop) or hidden in a hamburger menu if there's not enough space. SOFTWARE/OS VERSIONS KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1
Created attachment 177499 [details] mobile
This is the default behavior, and a choice of the application if it wishes to not do this if telly-skout always wants actions in the toolbar, it should add in its main.qml: pageStack.globalToolBar.style: Kirigami.ApplicationHeaderStyle.ToolBar
Is this documented anywhere? It's not what I would expect based on: > When space is limited, such as on a mobile device or in a narrow window, contextual actions are hidden behind a hamburger menu on the right side. https://develop.kde.org/docs/getting-started/kirigami/components-drawers/#context-drawers
Fixed in 349fc9615e2e3bc5511ae32792bc3305a4e9bca8.