BennyKok
BennyKok
A quick alternative I tried, I am able to use npm-watch to simulate a 'hot-reload' by retriggering `docfx build --serve` when the file changes. Incase this will be useful for...
I am actually having the same problem without running other apps ..... but as it is a 3rd party lib, I am not sure where did the lib go wrong...
I think it is somewhat related to the library, as I am having this issues with opening any other fullscreen app. On Fri, Jan 5, 2018, 01:13 Emmanuel wrote: >...
I have the same problem, and seems like adding `autoFocus tabIndex={0}` somewhere so that i got the focus first fixed it ```tsx Workflow Dependencies ```
Hey man, @evgenyneu I got it working by adding a custom JS interface to the `webview` in the `webviewwrapper` and callback from my javascript to return the custom value.
@bilalilyas90 Hey, I have the project that I was originally working on GitHub, I basically injected custom js scripts to the web view to interact with the other js scripts...
@bilalilyas90 I am not sure if passing a file to the js side will work easily, since I'm not sure if the js runtime in the webview has fs access?...
@bilalilyas90 from the error, seems like window.crypto.subtle is null
Im not really sure, it could be that window.crypto.subtle is not support in the webview?
Even with `@vercel/[email protected]` also  Would be great there's a work around for this.