I have a requirement to call back C# code from the Javascript of the Html loaded on the WebView. I used the customize WebView code to add additional method to register call back which is working fine on Windows, however the same code is not working in Macintosh application.
Do we need to do any specific changes to make it work fine on Macintosh platform as well?