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
There's experimental code in the compose-jb repo which uses CEF (Chromium Embedded Framework) to implement a webview. The sample code is stale because it used jcef (java chromium embedded framework).
I'm just replacing the stale patched cef logic from the compose-jb experimental subdirectory and adding the jcefmaven dependency. From which we can have a SphinxWebview that uses the cef browser to render files.
Do note that from my exploration the cef dependency doesn't have a loadContent(htmlTextContent: String) like the Android webView. So we basically have to write the htmlTextContent to a temporary file and load that temporary file like we would load it locally in our browsers (file:///path/to/temp/file/with/html/text/content).
Side note: This is an experimental solution but it would be as full featured as webView on any other platform...
25 (Bot Res)
contain HTML code asmessageContent
. It should be inserted in a webview on the row (right now it's showing as raw html.Reference:
The text was updated successfully, but these errors were encountered: