João Neves
João Neves
Added support for multiple AppDomain (useful for running NUnit) Fixed a null pointer exception that occurs when WebView is loaded. Fixed crash on windows deactivate Changed debugging configuration (it wasn't...
This PR fixes the react selector behavior to support components that are wrapped by the memo or forwardRef React builtin functions. Previously these components couldn't be selected. This PR fixes...
RequestNameSource should allow OperationId as a possible value, according to the specification. This PR adds OperationId as a possible value.
In Android 14, registerReceiver fails because its now missing and extra flag. This PR fixes that behavior. Tested on an Android 14 device.
Follow-up of #119 --- This PR adds support for Linux x64 platform. If asked, the Linux ARM64 platform can be added as well. Includes edits from PR https://github.com/OutSystems/CefGlue/pull/88 alongside with...
### What does this implement/fix? Explain your changes. When you have an object that implements multiple interfaces in an explicit way, there's no easy way to specify which of the...