WebRender tag for razor UIs #2970
bloomsirenix
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So Razor is fantastic but it is not have full web support
so I was thinking of making it able to import HTML and/or sideload websites/code in the UI
So My idea was to add a kind of WebRender option that will look something like this
<WebRender class="test" src="addon/path/to.html" urlbar=false/> <WebRender class="testurl" src="https://google.com" urlbar=true/>
inside of an Razor file's
<root>
elementusing SCSS you can style the UI and hide nav buttons and other parts of the WebRender
you can also include CSS and javascript code in the Webrenders they will be like CEF browsers
Beta Was this translation helpful? Give feedback.
All reactions