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

Fixes custom ios schemes and file path issues on some IOS devices. (Supersedes #253) #258

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

weareu
Copy link

@weareu weareu commented Aug 15, 2022

This change is required for custom URL scemes and cordova-ios 6+ to function without file and new cordova-file-plugin hooks on URL. It also previously fixed problematic folders in #253 but is now required for later versions on IOS.

@weareu
Copy link
Author

weareu commented Aug 15, 2022

Also Added android-cordova 10+ changes where cdvfile is used on http. This causes the latest file transfer plugin to fail. I now send .nativeUrl to file transfer which interprets the file correctly and use cdfile via toURL or toNativeUrl or whatever as they all now return the http path for client side path or cached path.

@chrisben
Copy link
Owner

Could you please update the conflicts before I merge it. thanks.

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.

2 participants