How to Build a Capacitor File Explorer with Ionic Angular

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024

ความคิดเห็น • 32

  • @TheSaceone
    @TheSaceone 3 ปีที่แล้ว

    Today is my birthday so I will take this as a present since this is going to be very helpful for me! Thank you Simon!

    • @galaxies_dev
      @galaxies_dev  3 ปีที่แล้ว +1

      Next year special birthday episode? :D

    • @TheSaceone
      @TheSaceone 3 ปีที่แล้ว

      @@galaxies_dev every episode is special Simon!

  • @hassenmohammed3176
    @hassenmohammed3176 3 ปีที่แล้ว +1

    Best, as always!

  • @h.selcukbeyhan8252
    @h.selcukbeyhan8252 7 หลายเดือนก่อน

    hi, for saving files, can you pick the target folder by using the device functionalities?

  • @D4rkyInarvano
    @D4rkyInarvano 3 หลายเดือนก่อน

    how do you already added the files?

  • @kyawzin1722
    @kyawzin1722 9 หลายเดือนก่อน

    with capacitor filesystem can build app that detect incoming new files?

  • @testermobile834
    @testermobile834 ปีที่แล้ว

    can you display the images in the html from the device?

  • @glowingseal
    @glowingseal ปีที่แล้ว

    Hello! I'm making an app with Ionic 7 and Capacitor to save some CSV files and photos in the Documents folder, I requested legacy storage and other external storage permissions in the manifest and the app worked fine in Android versions up to 12, but in 13 the file access permissions are different (something about scoped storage) so it doesn't let me access the external storage just like that. I can't figure out how to grant the app permissions to write and read files in the external storage or in a specific folder of it, do you know how this can be done? The idea is to have the files available to the user so they can transfer them if they need to

  • @testermobile834
    @testermobile834 2 ปีที่แล้ว +1

    hi Simon, thanks for the tutorial, I am getting an error in loadDocuments function, property files doesnot exists on type void....at this.folderContent = folderContent.files.map, can you help me solve this

    • @galaxies_dev
      @galaxies_dev  2 ปีที่แล้ว

      Then your folder does not exist most likely!

    • @D4rkyInarvano
      @D4rkyInarvano 3 หลายเดือนก่อน

      How did you fixed this?

  • @rituchandna4268
    @rituchandna4268 2 ปีที่แล้ว

    when i dwnload file as a zip having one video and one html then its get crashed can you help?

  • @scottnewman2579
    @scottnewman2579 2 ปีที่แล้ว

    So weird thing I found.... after I create a directory like TEST and delete it.. later if I create TEST again it won't copy files to it? I cleaned out trash but still get copy error ... android so far

  • @kaspr1388
    @kaspr1388 3 ปีที่แล้ว

    Thanks for the tutorials, Simon! Was wondering if you could do a video explaining how to save images from the web to your camera roll on both iOS and Android? All of the packages I've found are outdated and no longer working, thank you!

    • @galaxies_dev
      @galaxies_dev  3 ปีที่แล้ว +1

      How exactly are you accessing the web from your app? Are you using an in-app-browser, or just in general any image inside your Ionic app?

    • @kaspr1388
      @kaspr1388 3 ปีที่แล้ว

      @@galaxies_dev they are images being loaded in from the web (my app allows users to post pictures for others to view) and I want a “Save to Camera Roll” button. You’re awesome 😎

  • @KK-rd5rx
    @KK-rd5rx 3 ปีที่แล้ว

    Great Tuto one more again Simon. May i ask you a suggestion? could you please show us how to upload file with an API?

    • @galaxies_dev
      @galaxies_dev  3 ปีที่แล้ว +1

      Yeah I'll add uploading files to my todo list :)

  • @antoniofcable
    @antoniofcable 3 ปีที่แล้ว

    Thanks for the tutorial. May I implement on PWA applications ?

    • @CodigoBinarioWeb
      @CodigoBinarioWeb 3 ปีที่แล้ว

      Yes you can...Click on the demo link to see it in action :)

  • @williamxsp
    @williamxsp 3 ปีที่แล้ว

    Im creating an app that have a feature to upload files later. Should I use these approach? Copy the selected files to an application folder so I can upload it later?

    • @galaxies_dev
      @galaxies_dev  3 ปีที่แล้ว +1

      If it's not just "data" you need to upload but real files then yes, I'd recommend that approach and later upload them from your stored files!

    • @williamxsp
      @williamxsp 3 ปีที่แล้ว

      @@galaxies_dev thanks!

  • @fengbai8949
    @fengbai8949 3 ปีที่แล้ว

    Thanks for your sharing, I am really happy to see your video, btw, can you share the full source code on git?

    • @galaxies_dev
      @galaxies_dev  3 ปีที่แล้ว

      Link to the code is in the description!

    • @fengbai8949
      @fengbai8949 3 ปีที่แล้ว

      @@galaxies_dev Thanks.

  • @luisfelipealamillacalixto5936
    @luisfelipealamillacalixto5936 3 ปีที่แล้ว +1

    😃🎉

  • @josealeman3644
    @josealeman3644 2 ปีที่แล้ว +1

    you welcome
    npm i @capacitor/filesystem
    npm i @capacitor-blob-writer
    npm i @ionic-native/core
    npm i cordova-plugin-preview-any-file
    npm i @ionic-native/preview-any-file