You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does this issue occur when all extensions are disabled?: Yes
VS Code Version: 1.87.2
OS Version: macOS Sonoma
I'm trying to implement a previewer for revealjs. In order to keep the position after reloading the page, revealjs can modify the url so that the current slide is codified into it. For example:
Notice the #/foobar at the end, it means that we are currently at the Foobar slide. Now, if I reload the WebView by setting its html attribute, the url becomes:
I believe you are storing the original url and setting it again each time contents get modified. Would it be possible to reload the iframe contents without modifying its url?
Related (in that they are alternatives that don't work):
I found out that recent versions of revealjs implement a vertical scroll mode that plays better with page reloading. So that's a workaround for my particular issue. Anyway, I believe that reloading the WebView should be similar to pressing C-R in the browser, like "reload the current url" instead of "here's the new url" (which often will be the same, but not in this case).
We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.
Does this issue occur when all extensions are disabled?: Yes
I'm trying to implement a previewer for revealjs. In order to keep the position after reloading the page, revealjs can modify the url so that the current slide is codified into it. For example:
Notice the
#/foobar
at the end, it means that we are currently at the Foobar slide. Now, if I reload the WebView by setting its html attribute, the url becomes:and so position is lost.
I believe you are storing the original url and setting it again each time contents get modified. Would it be possible to reload the iframe contents without modifying its url?
Related (in that they are alternatives that don't work):
The text was updated successfully, but these errors were encountered: