Hello,
I am working with B4i and was doing some testing in an app that calls javascript using the method 'stringByEvaluatingJavaScriptFromString'. I am running IOS 14.3 I have compiled this app quite a long time ago under iOS 10-12 with no issue. Not sure if something has changed and I did not catch it.
Error in the attached app:
Error occurred on line: 176 (Main)
Method not found: stringByEvaluatingJavaScriptFromString:, target: <WKWebView: 0x10903e600; frame = (200 60; 160 160); layer = <CALayer: 0x281a91740>>
Line 176:
NaObj.RunMethod("stringByEvaluatingJavaScriptFromString:", Array(Script))
Any insight would be appreciated.
Cheers, Mark
I am working with B4i and was doing some testing in an app that calls javascript using the method 'stringByEvaluatingJavaScriptFromString'. I am running IOS 14.3 I have compiled this app quite a long time ago under iOS 10-12 with no issue. Not sure if something has changed and I did not catch it.
Error in the attached app:
Error occurred on line: 176 (Main)
Method not found: stringByEvaluatingJavaScriptFromString:, target: <WKWebView: 0x10903e600; frame = (200 60; 160 160); layer = <CALayer: 0x281a91740>>
Line 176:
NaObj.RunMethod("stringByEvaluatingJavaScriptFromString:", Array(Script))
Any insight would be appreciated.
Cheers, Mark