cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
https://www.cocos.com/en/cocos2d-x
18.02k stars 7.05k forks source link

Fix: fix WebView loadData method name didn't match #20781

Closed devbins closed 10 months ago

devbins commented 11 months ago

the Android WebView loadData method call setJavascriptInterfaceScheme use jni from native, it should call the same method as loadData.