Card-like popup effect (ios)
It is already there, popupâs push: true
should be enabled
material snackbars
i didnt find it in f7
It is called Toast in F7
Performance tips in documentation
Would it be possible to have an additional column size for grid layout?
Bootstrap has a xxl size for >= 1400px
But maybe in Framework7 it could be for >= 1920px ?
With the HD, 2K, 4K and 8K screens, the difference is too big with the current maximum size of 1200.
The ability to pass dynamically constructed HTMLElements directly into the navigate function
Currently have to expose router.load
and do
router.load({url:string, el:HTMLElement});
or set up a dummy route and pass it the element as part of the route parameter on router.navigate
router.navigate({url:"/dynamicLoad/", route:{el:HTMLElement}});
But this means all of my pages must be part of the /dynamicLoad/ path which isnât amazing for tracing errors as I have to wrap navigate in my own function and keep track of the current path.
Could we not just have router.navigate({url:"custom-url-not-in-routes", el: HTMLElement})
?
Will be fine if f7 will introduce the form functions in react also:
- app.form.fillFromData(form, data)
- app.form.convertToData(form)
Source: Form | Framework7 Documentation
Will be fine if f7 icons will add more social icons.
Will be fine add button icon position option, left or right. now only on the left side icon is possible.
A simple API for localization would be great.
A visual Drag and Drop GUI builder
That exists already Check Thorium Builder, the creator is also active on this forum
Oh nice! ButâŚonly for Mac⌠I hope more tools like this appear soon :
Hi
I would like to see a âBreaking news tickerâ.
Sample:
https://www.jqueryscript.net/demo/breaking-news-ticker/
I tried this jquery script with F7, but only get it to work with âfixed buttomâ option
I would like a built in intersection observer. That would make it much faster and easier to implement onscroll animations and food app delivery-style subpage navigation.
Wow, what a long thread. It is a testament to the popularity of this framework!
I would like to see a guided tour component like shepherd.js which guides your users through a tour of your app explaining features and what steps the users need to take to navigate through the app.
Thre are many such 3rd party packages available but it adds unnecesary dependencies. Besides that, a guided tour needs to fit with the look and feel of Framework7.
Thanks.
I would like an official build with Typescript support
User Profile (Avatar) and User Profile Group (Avatars) components like we see in FaceTime group call.
A visual builder, a kind of IDE would be very interesting and would take F7 to another level, like drag and drop and building.