-
Notifications
You must be signed in to change notification settings - Fork 587
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
iOs wont open file #167
Comments
I am also running into this issue as well with 'showOpenWithDialog' in iOS. Standard open method works fine, but showopenwithdialog shows nothing. Console says file was opened successfully nevertheless. showOpenWithDialog works perfectly on Android. What I've tried: file-opener2 ver 2.0.19 on actual iPad Mini. I used entry.toURL(), Tried both add/remove in config.xml , didn't fix anything in either case. Tried both |
+1 Anyone found a fix or alternative to this issue ? |
@fpoirier1, I got it to work from the solutions on 145. It seems the dialog window is indeed showing, but the position was off screen for whatever reason. |
Awesome thanks ! |
@fpoirier1 Did #145 helped you? Or did you use another solution? Thanks! |
closing as duplicate |
Hi Guys
I'm using this plugin to open a file which I downloaded, here is my code:
It's downloading my file but once is looking for the file to open it, it does nothing.
This is the log from ios simulator
I was looking for the file in a terminal and the file exist
I saw this #2 and I use the solution but doesn't work for me
The text was updated successfully, but these errors were encountered: