Answers for "the image file could not be opened. ionic"

0

the image file could not be opened. ionic

Add following line in plugin.xml of imagespicker

<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
            <application android:requestLegacyExternalStorage="true" />
</edit-config>
Posted by: Guest on September-21-2021

Code answers related to "the image file could not be opened. ionic"

Browse Popular Code Answers by Language