Commit e8bdd8a
committed
fix(ios): add photo/camera/microphone permissions for file upload
WKWebView file input requires NSPhotoLibraryUsageDescription and
NSCameraUsageDescription in Info.plist to show the photo picker.
Without these, tapping the upload button does nothing on iOS.
Also adds NSMicrophoneUsageDescription for future voice message support.1 parent 6b2ae65 commit e8bdd8a
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| |||
0 commit comments