I'm trying to make a picture uploader where someone uploads an image and sends it as a pdf. The problem is, when using the app on the desktop, the resulting pdf is in its correct orientation, whereas when using Android, the converted image is rotated 90 degrees to the left (counter-clockwise), even if the photo itself was taken in portrait orientation.
Probably an Android bug behaviour - of which there are many. I've never encountered this before but you could try
1. Setup a second Image control (hidden) that references the first image control
2. Use this second image control to send to Flow (or however you are creating the PDF)
3. Use the new Host object OSType to identify Android users
4. If Android user identified, rotate the image 90 degrees before creating the PDF
Like I said above, I haven't encountered this issue but this is one way I'd think of solving this.
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional