xu-li / cordova-plugin-wechat

A cordova plugin, a JS version of Wechat SDK
1.22k stars 509 forks source link

(iOS) Override CDVPlugin class abstract method `handleOpenURL` instea… #598

Open guanyuan opened 3 years ago

guanyuan commented 3 years ago

…d of implementing app delegate application:openURL:options to prevent conflicts with other plugins.

cordova-plugin-customurlscheme will not woking under current wechat plugin for ios. That is, open the schema link on safari, the app should open a specific page. Now, it just open the app, rather than jump to that specific page.

I comment some code in AppDelegate+Wechat.m, and it's working again. So I'd like to create a pull-request for this issue.