Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
[ID: 558956]
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Description
Hi,
I’m one of the maintainers of the JFrog IntelliJ IDEA Plugin .
I was wondering if anyone could assist us with the following challenge we’re currently facing specifically with Android Studio.
We added a Webview to the plugin’s tool window. The Webview component is based on JCEF. It works well on all JetBrains IDEs, except for Android Studio.
I understand this happens only on Android Studio because all other IDEs use JBR (JetBrains Runtime) that contains JCEF by default, but Android Studio uses JBR without JCEF. We’re looking for the recommended way / best practice for embedding the Webview in Android Studio.
While looking for the right solution, I considered the following options, but I’m concerned that adopting one of these options will lead to more challenges:
I would appreciate your assistance with this.