SWebBrowser Unreal javascript object not available with latest Android API levels

Hi,

I made a SWebBrowser based widget to run some javascript in browser. To make callbacks from javascript to c++, there used to be window.ue (or window.ue4) object available for javascript. However, it does not exist anymore when I change target to Android API level to 24 or higher.

So, is this intentionally removed, or replaced by some other means, or what?

Any way around this problem? How do I send data from my website to the application now?

Have you got a solution for this? I have the same problem, I tested PC, Android and IOS, only Android can’t send data from my website to my app.