Use theia webview in plugins. #9235
Unanswered
krishnagogada
asked this question in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
mini-browser.openUrl
in plugin and now i get the browser at right side, but i need my custom icon on right active bar.I tried another way in plugin
package.json
I use viewContribution and added icon, but not working remote resources.Using vscode API's we can create a webview but it only accept the local resources. But in my cases few scripts and styles are from remote resources. But... theia webview accept remote resources.
So is it possible that we can add theia webview in plugins?
I have a custom command that can open a theia webview any where, So i can use my custom command and open the webview at right side in plugin and i can give icon class name. Can we add a icon class name from plugin?
I tried to run react app in mini-browser but it is not working? Do i have to do anything more while using react app in mini-browser?
Beta Was this translation helpful? Give feedback.
All reactions