Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

guanyuan
Copy link

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

None yet

1 participant