pariyatti / mobile-app

The Pariyatti mobile app
https://pariyatti.app/
GNU Affero General Public License v3.0
8 stars 11 forks source link

Shared items should have the correct ".jpg" extension #67

Closed deobald closed 2 years ago

deobald commented 2 years ago

Although some chat apps (like Telegram) can detect the content type of the file, WhatsApp and MacOS Finder cannot. The correct extension should be applied before sharing.

deobald commented 2 years ago

This bug is corrected for the most egregious failures, but "sharing" a card still behaves weirdly depending on where the card is being shared to ... WhatsApp and AirDrop behave differently, for example. There's also a lot of noise on the Flutter console about container sizes (on iOS, at least).

We probably want to revisit the Share button and consolidate the code for it soon.