Skip to content

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

Open
guanyuan wants to merge 1 commit intoxu-li:developfrom
guanyuan:guanyuan-patch-1
Open

(iOS) Override CDVPlugin class abstract method handleOpenURL instea…#598
guanyuan wants to merge 1 commit intoxu-li:developfrom
guanyuan:guanyuan-patch-1

Conversation

@guanyuan
Copy link
Copy Markdown

…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.

…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant