You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Important note: Since iOS 10 it's mandatory to add a `NSCameraUsageDescription` in the info.plist.
10
+
11
+
`NSCameraUsageDescription` describes the reason that the app accesses the user’s camera. When the system prompts the user to allow access, this string is displayed as part of the dialog box.
12
+
13
+
This entry is passed on the `--variable` flag on plugin install.
14
+
15
+
16
+
In case you want to support low end/old devices, make sure to install crosswalk:
0 commit comments