iOS 17
Try to upload image with camera: crashes to Home Screen
iOS 17
Try to upload image with camera: crashes to Home Screen
thanks will look into. Does uploading an image from your existing photos crash as well?
No, that works fine
assigned to lucas
This is fixed and will ship with the next iOS version.
Awesome thanks!
Any way to upload multiple images?
on desktop you can drag and drop multiple images in , but there is no way to do this on desktop.
In theory, if the ios image picker returns multiple images we could create multiple new cards for each of those (offset x/y by -20px). But I’ll let lucas judge if this is worth including in the scope of this. Otherwise, we’ll create a new seperate issue for this feature request
AFAIK, that should be possible if the ‘Upload’ button on Kinopio would support multiple images. E.g. by using <input type="file" multiple>
. If that’s working, it should automatically work in the iOS app.
sounds good, i’ll mark this as complete and create a separate feature request task for this for later