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
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?