on first time this.file.readAsDataURL not working ios code example
Example: on first time this.file.readAsDataURL not working ios
In the index.html
I moved
before
<script src="build/polyfills.js"></script>
<script src="cordova.js"></script>
And the problem is solved.