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

Crash on iOS with UTF-8 and special characters in URL #56

Open
markosole opened this issue Apr 9, 2020 · 0 comments
Open

Crash on iOS with UTF-8 and special characters in URL #56

markosole opened this issue Apr 9, 2020 · 0 comments

Comments

@markosole
Copy link

markosole commented Apr 9, 2020

Hi guys, I would like to report app crash during share of URL which contain one of listed characters [č ć š đ ž].
I am sharing generated URL to web URL and app crashes only if contain one of those chars. (incl caps).

I've checked plugin files for encoding type and everything is UTF-8. Something else is problem here.
I would love to avoid converting those chars to [c c s d z].
I've tried with older and latest versions, both have same problem. iOS is 13.0.4. Android works just fine.

UPDATE: shareURL takes 2 parameters, 1. URL and 2nd is Title. Title can hold any UTF special č š ć ž.. etc. But url can not. Is there a function to decode them to something like %u2603 because this would work?

Any ideas what could be a problem?

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