Hi all,
I need to change the useragent of the Webview browser, does anyone know how to go about doing this ?
I found the thread to do this for Android, but I can manage to convert for IOS:
Dim Obj1 AsReflector
Obj1.Target = WebvMsgbox(Obj1.ToString, "Target")
Obj1.Target = Obj1.RunMethod("getSettings")
Obj1.RunMethod2("setUserAgentString", "Desktop", "java.lang.String")
Thanks in advance.
I need to change the useragent of the Webview browser, does anyone know how to go about doing this ?
I found the thread to do this for Android, but I can manage to convert for IOS:
Dim Obj1 AsReflector
Obj1.Target = WebvMsgbox(Obj1.ToString, "Target")
Obj1.Target = Obj1.RunMethod("getSettings")
Obj1.RunMethod2("setUserAgentString", "Desktop", "java.lang.String")
Thanks in advance.