I have some javascript games running on WKWebView with Cocos2d-x 3.17.2 and it has stopped being visible on devices with iOS 14 public beta. The clicks can be heard when touched but nothing is drawn on screen.
On further testing it was found that the games will draw when in canvas rendering mode but not in WebGL rendering mode. Has anyone else faced this issue or know why this happened in iOS 14 all of a sudden?
Update: The games running on phaser 3 with WebGL seems to working as expected on iOS 14.