Skip to content
New issue

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

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

Already on GitHub? # to your account

fix(ios): Use URL(fileURLWithPath:) instead of URL(string:) #5603

Merged
merged 2 commits into from
May 10, 2022

Conversation

Steven0351
Copy link
Contributor

@Steven0351 Steven0351 commented May 9, 2022

closes #5592

if a path contains spaces. `URL(fileURLWithPath:)` does not.
chore(ios): Remove test checking for invalid path. File urls are less
strict in the characters accepted and never returns nil.
@Steven0351 Steven0351 requested a review from jcesarmobile May 9, 2022 21:59
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: @capacitor/ios since 3.5.0 asset image with spaces in name doesnt load
3 participants