-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide button when scrolling in mobile component #192
Comments
If object's list lenght is lower then or equal to screen's lenght, the button could cover an element anyway and the list shouldn't be "scrollable". I guess we should think to something else |
@amenak77 what's your solution? |
@mcicolella maybe changing the button's position |
or commutate the button with another GUI element less "intusive" |
In my opinion, first choise should be more standard |
What about changing the floating button to a menu entry in the app bar menu? |
@romanofranz choise numer two; not bad |
@romanofranz do you want to take this issue? |
@amenak77 Unfortunately I'm not a Vue developer, I was just suggesting my idea because I spot the question on Twitter :( |
Hi, i would like to take this issue as my first contribution, if it is still relevant. |
@mcdead154 ok |
is this still an issue? The link above to the code does not work. |
As you can see in the attached image, the button (bottom right corner) overlaps some elements.
It'd better to hide it when scrolling down and show it again when scrolling up.
P.D. any other good alternative?
Code ref. https://github.com/freedomotic/fd-vue-webapp/blob/master/src/components/mobile/mobile-pages/PluginsPanel.vue
The text was updated successfully, but these errors were encountered: