Stuck on a black screen after picking an image when running iOS app #357
Unanswered
chiragkumaralgo
asked this question in
Q&A
Replies: 1 comment
-
Thank you for your request. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are having a strange issue in our iOS app, we are running iOS app with ionic capacitor angular project.
We tried the @capawesome/capacitor-file-picker
<ion-button expand="block" (click)="pickImages()" #profileImage>Pick Images
In this when we select the image and click on Use Photo, we see a black screen, then we can not navigate to anywhere, one more thing we notice we are getting the image data in the click method (pickImages) but we are stuck on a black screen, so we are not able to see the selected image on our page.
Beta Was this translation helpful? Give feedback.
All reactions