framework7 icon indicating copy to clipboard operation
framework7 copied to clipboard

JSFiddle template for submitting a Post is outdated (v4.1.0)

Open macsupport opened this issue 2 years ago • 3 comments

The JSFiddle template link, https://jsfiddle.net/nolimits4web/o2ejupu1/ , given for posting issues uses Framework7 v4.1.0 yet the guidelines say: - If the issue is about Framework7 v1/v2/v3/v4 then it is more likely it will be closed because v1/v2/v3/v4 is not maintained anymore

Any option this could be upgraded? Seems that posting an issue one is having with v7 using a v4 template would not be the best option.

macsupport avatar Jul 05 '22 21:07 macsupport

Here are the updated links to the latest bundle files using the same CDN:

https://unpkg.com/[email protected]/framework7-bundle.min.js

https://unpkg.com/[email protected]/framework7-bundle.min.css

Unfortunately the JSFiddle doesn't work anymore with the new files. A difference in F7 v4 vs v7?

jimbergman avatar Sep 19 '22 20:09 jimbergman

You can make the newest versions work again by modifying the div wrapper ever so slightly to specify a height. For some reason, without this, the app display size is 0px high.

<div id="app" style="height: 100%">

peitschie avatar Sep 21 '22 01:09 peitschie

also, as an aside, the non-min versions are easier to work with to troubleshoot the problem in the Fiddle in real-time... wonder if those links would be better instead?

peitschie avatar Sep 21 '22 01:09 peitschie