Steps to reproduce:
I need to override user agent by using javascript, but it's getting error & i can't accomplish this.
I'm following this instruction:
I try to override using navigator.__defineGetter__
, Object.defineProperty
, Object.create
but all of them still failed.
Note: It works fine on Firefox & Chrome
Expected behavior:
Can dynamic override user agent by javascript without enter Settings > User Agent > Custom
Orion, OS version; hardware type:
Orion on iOS, 1.2.7 (5) (Webkit 8613.7.1.0.6)
@Vlad Could you let me how to solve this problem 🙁 ?