iOS app crashes on camera attachment

iOS 17

Try to upload image with camera: crashes to Home Screen

2 Likes

thanks will look into. Does uploading an image from your existing photos crash as well?

1 Like

No, that works fine

2 Likes

assigned to lucas

1 Like

This is fixed and will ship with the next iOS version.

3 Likes

Awesome thanks!

1 Like

Any way to upload multiple images?

1 Like

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

2 Likes

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.

Reference

2 Likes

sounds good, i’ll mark this as complete and create a separate feature request task for this for later

2 Likes