Matthew Becker
Matthew Becker
Ref: https://github.com/framework7io/framework7/issues/1806
@ZanderBrown Materialize CSS used in the example above is not to correct Material spec. Correct Material "Expansion Panel" behaviour is here: https://material.io/guidelines/components/expansion-panels.html
Link is dead, Google appear to be changing their Material spec website. Correct Material spec "Expansion Panel" here: https://material-ui-next.com/demos/expansion-panels/
If anyone needs to do something similar, you can use the Project API. ``` // FILE: scripts/download.mjs import https from "https"; import fs from "fs"; function downloadAsset(url, dest) { return...
@polidario @ciccilleju @miraclemaker @rdlabo I was having the same issues. I dived into the Swift code in the plugin and it looks like iOS may have changed how it handles...
@liamb13 Have you had any luck getting this working?
Any update on this one? I feel like when using `slotMinTime` & `slotMaxTime` the events should obey the set times and events time should wrap and spill into the next...
Thank you for getting back to me! Please let me know if there is anything I can do to help, we are definitely keep to see this one working in...