Issue report by Wayne Walker
Product
FileMaker ProVersion
FMP 14Operating system version
OSX 10.10.4Description of the issue
Web viewer rotates images in FMP. Technically I think it is ignoring the "Camera Rotation" EXIF tag. Images shot on an iPhone in portrait mode - are viewed in landscape (when in a web viewer) with a 90 degree rotation.This does NOT happen on the web viewer on FilemakerGO.
Steps to reproduce the problem
I am trying to load an image from the web in a web viewer. I am using the following code:"data:text/html,<img src='http://" & pic_table::pic_url & "' style='width:100%;' />"
or even this
"data:text/html,<img src='http://www.ourcalling.org/uploads/pic.jpg' style='width:100%;' />"
The URL for the image is http://www.ourcalling.org/uploads/pic.jpg
If you view the image in your web browser, you will see it landscape. When I try to load it in a web viewer (on FMP), it is rotated 90 degrees - portrait.
Expected result
Image to be seen in portrait mode.Actual result
image is shown in landscape mode - rotated.Screenshot
