There was an error while loading. Please reload this page.
If we have this function injected:
func test(string: String)
And in WebView we call test(123), passing a int instead a string, the app crashes because of unsafeBitCast.
Any idea in how to prevent it?
If we have this function injected:
func test(string: String)
And in WebView we call test(123), passing a int instead a string, the app crashes because of unsafeBitCast.
Any idea in how to prevent it?