Hans Raaf
Hans Raaf
I do not understand why you want to replace the website with the jpg image URL in the first place. Something is going on that I do not grasp for...
I think it is just what I wrote in my first comment: "the element may not be bound to an (event) handler". You can't use those javascript scripts with Go-App...
My left-side collapsing nav bar component uses TailwindCSS breakpoints for the actual collapsing and always renders the collapsed and the full version when the navigation changes (like logging in and...
I hope that I can help. I am not sure if I understood the problem correctly :) It would help if you considered that the javascripts you set there are...
I kind of wonder what you call "standard web apps"? VueJS, React, AngularJS, or just server-rendered HTML? Later one is something completely different. Maybe you could show me more of...
I added Prism pretty much as described above to an app of mine:  It works pretty well. I need to set the HTML on input and call the highlighter....
@amlwwalker, I think you do not understand how it works. Adding a script in the head with deferring is the same as adding it at the end without. You do...
I just call `hightlightAll()` for this quick test. I normally would target the element itself. ``` app.Window().Get("Prism").Call("highlightAll") ``` And to get Prism callable in your site you need to extend...
I tested this with our projects and did not find any problems. It does in fact fix misc variants of this problem. And I hope that it can be merged...
@maxence-charriere would you be so nice as to give your opinion on this topic?