Will Nixon
Will Nixon
I added the pod per your instructions, but getting this error when trying to import OnboardKit into a file.
#425 Bug Report ## Problem When I fire off the function to select an image from the camera roll, the device screen flashes white and pauses slightly before opening the...
When using the AWS console, trying to update the build and start command fails and rolls back every time. Trying to update to `npm run build` and 'npm run start'...
Works fine in the browser (at least in Chrome) but not on my iPhone. Any ideas how to implement that functionality?
This is the function: ```javascript function addImage() { let options = { sourceType: Camera.PictureSourceType.PHOTOLIBRARY, popoverOptions: new CameraPopoverOptions(300, 300, 100, 100, Camera.PopoverArrowDirection.ARROW_ANY) } navigator.camera.getPicture(onSuccess, onError, options); function onSuccess(imageData) { console.log('IMAGE >>>>>>>...
I have cordova-plugin-firebase-analytics in my app. In it's plugin.xml file it contains: ````javascript ```` cocoapods-support doesn't recognize this and therefore doesn't add it to my Podfile