framework7io / framework7

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

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

Open macsupport opened 2 years ago

macsupport commented 2 years ago

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.

jimbergman commented 1 year ago

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

https://unpkg.com/framework7@7.0.8/framework7-bundle.min.js

https://unpkg.com/framework7@7.0.8/framework7-bundle.min.css

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

peitschie commented 1 year ago

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 commented 1 year ago

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?