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

fix: canOpenURL & LSApplicationQueriesSchemes 등록 숫자의 제한으로 인한 버그 #48

Open
mqzkim opened this issue Sep 20, 2023 · 0 comments
Assignees

Comments

@mqzkim
Copy link
Contributor

mqzkim commented Sep 20, 2023

50 개 이상의 scheme 을 등록하면,
51번째부터는 canOpenURL을 모두 false로 발생시키면서 의도한 동작을 해내기 어려워진다.

해결방법: open을 직접하고 fallback 을 이용해서 handling 하는것으로 수정해본다.

@mqzkim mqzkim self-assigned this Sep 20, 2023
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

No branches or pull requests

1 participant