framework7io / framework7

Full featured HTML framework for building iOS & Android apps
http://framework7.io
MIT License
18.16k stars 3.23k forks source link

Resizable splitPanes with fixed top #4019

Open lroal opened 2 years ago

lroal commented 2 years ago

Is your feature request related to a problem? Please describe. The idea is to have a map always on the top and a list below to filter objects in the map. The map should always stay on top as you are scrolling the list below. The user should be able to adjust the height of the map with a handle. Something similar to this https://antoniandre.github.io/splitpanes/

Describe the solution you'd like Perhaps a new component called splitPanes or some kind of header similar to navbar but with custom content and handle for resizing..

lroal commented 2 years ago

Perhaps a similar functionality for landscape mode (fixed left or right)