feat(chore): added testing page for jsfiddle fullscreen #216
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
jsfiddle.net recently removed the feature to append a
/show
to any jsfiddle , which was then only showing the result of a jsfiddle. That was a very handy feature to review/test on mobile devices.The only possibility now is to embed the jsfiddle into an iframe.
That said, this PR offers a little page which will display the result of any given jsfiddle in an iframe.
Maybe i was too lazy, but i could not find another public service which does just that.
I am aware, that codepen.io still offers that feature somehow by using
/full
instead of/pen
in their URLs, but as we are using jsfiddle so much often i thought it's a good idea to still have this for jsfiddle as well.However, i would still only use this when testing on a mobile device is necessary.
Testcase / Usage
Just append the jsfiddle code to a static URL
Examples
Screenshots