I'm working with a hybrid xamarin application. The pictures stored in my decvices (like images) are displayed good, but the photos (new photos or photos stored in my device) when I display those images, are displayed with a rotation of 45° or 90°, but is very randomically and only with the photos. And I tried adding css code like:
rotation: 0deg;
For the photos but always the same problem. Some one has an idea about the problem?