Closed jimetevenard closed 1 year ago
Hi !
Thanks a lot for this awsome tool ! ๐
In your README, you wrote the folowing :
Getting started Just load a single file flems.html in a script tag to get started. - why should i load an .html file as a script tag? <script src="https://flems.io/flems.html" type="text/javascript" charset="utf-8"></script> <script> // ... </script> Flems.io of the above
Just load a single file flems.html in a script tag to get started. - why should i load an .html file as a script tag?
flems.html
<script src="https://flems.io/flems.html" type="text/javascript" charset="utf-8"></script> <script> // ... </script>
Flems.io of the above
Fore some reason, the src attribute of the <script> tag, in the Flems.io sample points to https://`next`.flems.io/flems.html (unlike your docs, that points to https://flems.io/flems.html - without the next subdomain)
src
<script>
next
.
In addition, this version on next.flems.io seems to have a style break with Firefox (desktop or mobile) see the screenshot below : (In Chrome or Safari, it's fine)
Reverting to next.flems.io/flems.html fixes the "flems in flems.io" sample
next.flems.io/flems.html
Regards, Jim
Oh right.. good catch - I'll get that fixed ๐
next.flems.io was a collaborative thing I never got around to finish up.. maybe some day..
And thanks a lot for the kind words :)
Hi !
Thanks a lot for this awsome tool ! ๐
In your README, you wrote the folowing :
Fore some reason, the
src
attribute of the<script>
tag, in the Flems.io sample points to https://`next`.flems.io/flems.html (unlike your docs, that points to https://flems.io/flems.html - without thenext
subdomain).
In addition, this version on
next
.flems.io seems to have a style break with Firefox (desktop or mobile) see the screenshot below : (In Chrome or Safari, it's fine)Reverting to
next.flems.io/flems.html
fixes the "flems in flems.io" sampleRegards, Jim