Hi Matteo,
Very good documentation and your blog posts helped me a lot, thank you very much.
But, I have problems about calling a javascript method from C# code, for example I catch keydown event on Window.Current.CoreWindow.KeyDown and try to send string value of the pressed key to js side using parameter args.VirtualKey.ToString().
When I call the CallJSFunction from ReactContext, react context is always null and I can't call js function.
This approach works in debug mode in visual studio 2019, I can send the pressed key as string from c# and get it at js side.
But when in release mode, react context is always null.
Should I run metro bundler when getting a release build too? Metro Bundler seems like working when getting release build in output window in Visual Studio.
Can you please help me about this issue?
Thank you,
Hamza