Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 70899

iOS unable to access file system

$
0
0

We have an ionic app which access the filesystem to upload files/photos using the <input #file> method, see below code. The issue we are seeing on iOS some of our users can access the filesystem via below method without issues but then some users nothing happens when clicked even with the same updates.

Anyone else experiencing this same issue? Any better work methods? The APP is a PWA so looking for a solution that can work in the Web browser.

HTML
<input style="display:none;" type="file" (change)="fileEvent($event)" multiple #file>

JAVASCRIPT

getFile() {
 this.file.nativeElement.click()
}

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 70899

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>