Luis Santana

Results 10 comments of Luis Santana

Turns out the problem is with old android support dependencies (instead of using the new AndroidX equivalent). There is a workaround: https://capacitorjs.com/docs/android/troubleshooting#error-package-androidsupport-does-not-exist 1) npm install jetifier 2) npx jetify 3)...

> Hi bro, can you share your code use this plugin with Ionic capacitor, hope your help

Hi, I've been working with the capacitor 3 file system and android 11 for some days now and after reading a lot, I believe that this feature request is the...

> @LuisManuel1983 what is your use case ? Do you want the user to be able to find the file from their Files app or something like that ? >...

Hey, good to know, thanks! will probably test it next week, I just got feedback and I have to solve problems with iOS version, and one of those is downloading...

Hi, I was having problems clearing the select after a submit so, given that I haven't found a concise example on how to use `removeActiveItems` I ended up using the...

Hi, thanks for creating this, so is there no solution on how to simply open a pdf with an app using capacitor? I've been trying since last week with this...

> How are you doing this in Cordova? I'm not, this is my first time working with pdf files in Ionic. But for Cordova I've found a bit more information....

Hi, in my case, I ended up using this plugin: https://github.com/stephanrauh/ngx-extended-pdf-viewer Is originally designed for Angular but adapting to Ionic was not very difficult

@muuvmuuv sorry I've only worked with standard URL's to show a PDF that is hosted online, not local files. That "capacitor link" is unknown to me... btw did you try...