Web Browser communication issue from Android via OnConsoleMessage

Hello there,

I’m using Android 10 on Redmi Note 7

I’m using Web Browser Widget:

Im feeding it with HTML from Structure, using Load String node:

And Im trying to get the string from console.log() function from client side


image

Im pressing button on the Web Browser Widget and this is the log:


(I’ve pressed it multiple times)

As far as I understand, Android doesnt log but i shouldn’t see console.log content on Unreal console…

OnConsoleMessage event doesnt fire; how can i resolve this issue?

hi,did you find the solution?
i have the same problem.so sad…

Nope, but I’ve find a work around; im replacing url with the data i feed. And use that event in unreal engine (OnURLChange). I hope it helps