After double checking I can see this issue is also on M1
Post
Replies
Boosts
Views
Activity
This issue is similar to the one we are getting https://developer.apple.com/forums/thread/712899?login=true&page=1#726423022
Were getting a slightly different error here where the completion block in evaluateJavaScript does not get called https://developer.apple.com/forums/thread/712899?login=true&page=1#726423022
Also found a other apple forum reports similar to our issue:
https://developer.apple.com/forums/thread/712349
https://developer.apple.com/forums/thread/713581
@caiopia @gvarandas-shop, I tried adding host app to the tests in the sample project but the issue is still present in ios16 only but not ios15
Actually now im able to get it working by adding the line import WebKit to any compilation file in the host app. Thanks for the help! The solution is in the sample project