You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you SO much for your plugin it helped me a lot with PDF files, however, I have a big problem with opening .DOCX files. I am not able to use the Cordova file opener, so I gladly jumped on community version.
Cordoba file-opener has a method to check whether we have an app to open .docx files:
capacitorFileOpener.appIsInstalled(userDocument.appId), then we install the appropriate app and we can open .docx files
In the capacitor-community file opener, we do not have the option to look for the app,
Opening with the community file opener does not work eighter:
Thank you SO much for your plugin it helped me a lot with PDF files, however, I have a big problem with opening .DOCX files. I am not able to use the Cordova file opener, so I gladly jumped on community version.
Cordoba file-opener has a method to check whether we have an app to open .docx files:
capacitorFileOpener.appIsInstalled(userDocument.appId), then we install the appropriate app and we can open .docx files
In the capacitor-community file opener, we do not have the option to look for the app,
Opening with the community file opener does not work eighter:
So question/feature request is:
How we can open .docx files with your plugin.
Thank you!
The text was updated successfully, but these errors were encountered: