Chad Adams

Results 8 comments of Chad Adams

same issue, window.create is erroring now after being on WebView2 104 ``` Faulting application name: membership-sailing-challenges-win_x64.exe, version: 0.0.0.0, time stamp: 0x622a35e6 Faulting module name: membership-sailing-challenges-win_x64.exe, version: 0.0.0.0, time stamp: 0x622a35e6...

It might be worth flagging this as a BUG Here is a reference on distributing WebView2 version 103 specifically. https://docs.microsoft.com/en-us/microsoft-edge/webview2/concepts/distribution#:%7E:text=recently%20added%20APIs.-,Details%20about%20the%20Fixed%20Version%20runtime%20distribution%20mode,-For%20constrained%20environments

@blacklightprism were you able to resolve this? My app is completely broken atm because window.create always crashes and closes.

I got this too, however, you can build from source. follow the instruction at http://projects.lukeredpath.co.uk/resty/getting-started.html **However, there is an error on the page. use "rake build:ios:framework" NOT "rake build:ios: framework"...

just to clarify, I would like to continue using ean editor, but I'm trying to also automate timetrap usage using a post-commit message, so I'd really like to temporarily disable...

@Stackout can you explain why yours works but the following doesn't work? ``` export const BasicInput: React.FunctionComponent = ({ mask = false, ...otherProps }) => { return ( ref(input &&...

Getting exact same error, different environment. Debug Console (VSCode) ```bash Message = Unable to load shared library 'vsdbg' or one of its dependencies. In order to help diagnose loading problems,...