Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Still have issue with file uploads on IOS #34

Closed
nconroy opened this issue Oct 7, 2018 · 1 comment
Closed

Still have issue with file uploads on IOS #34

nconroy opened this issue Oct 7, 2018 · 1 comment

Comments

@nconroy
Copy link

nconroy commented Oct 7, 2018

#27 was closed by mistake
We need to check that the camera window isn't open before closing with this event:

override func dismiss(animated flag: Bool, completion: (() -> Void)? = nil){ if(self.presentedViewController != nil) { super.dismiss(animated: flag, completion: completion) } }
This will fix the issue with file uploads on iOS turbolink modals

@lazaronixon
Copy link
Owner

Since turbolinks-ios and turbolinks-android not support file upload I dont want provide a workarround...File uploads should be native for while

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants