Closed NaikSoftware closed 1 year ago
The library uses JavaScriptCore on iOS, so in theory we can debug JS code, but to do this we need to set isInspectable=true on the JSContext and pass sourceURL to evaluate function.
The library uses JavaScriptCore on iOS, so in theory we can debug JS code, but to do this we need to set isInspectable=true on the JSContext and pass sourceURL to evaluate function.