Matthew Becker

Results 6 comments of 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...