kanvas-ios
kanvas-ios copied to clipboard
Kanvas: a creation tool for iOS
This is hard to describe so I made a video: https://cloudup.com/crMQVKpdxlu Unless you're drawing in the center of the screen the marker is applied to the left or right of...
When enabling Metal for the rendering pipeline, the camera viewport is not centered: | OpenGL | Metal | | --- | --- | | | | This is most likely...
The Revert button in the GIF Maker should be localized:
We should add the following logging methods to `KanvasCameraAnalyticsProvider` and call them at the appropriate times: - `logCameraPermissionView` - `logMicrophoneAccessInitiated` - `logCameraAccessInitiated` - `logMediaPickerOpen` - `logMicrophoneAccess(notDetermined|restricted|denied|authorized)` - `logCameraAccess(notDetermined|restricted|denied|authorized)` - `logMediaPickerAccess(notDetermined|limited|restricted|denied|authorized)`
"Open Kanvas Dashboard" is meant to mimic a swipe-to-open interface, which would be useful to have, but this one crashes on the 2nd open, and the code it's based on...
Right now, if Stitch mode allows using media with different resolutions, there's some problems: 1. The preview skips clip that's are a different resolution than the first clip. 2. The...
This PR does two primary things: - Switches to Fastlane from the iOS orb scripts - Adds SwiftLint file and a fastlane lane to perform linting More specifically: - Moves...
On shorter height devices, the controls may be covered by the multiple story bar.
I expected to have access to the predictive text options that are usually displayed above the keyboard. (I've come to rely on them too much.) Also noticed they aren't displayed...
Tried drawing on a story and it looked like nothing was happening or showing up in the editor. When the story was exported the drawing was visible. Here's a video...