Page 2 of 2

Image rotates

Posted: Sun Jul 19, 2015 5:20 pm
by Viktor

Yes exactly. I want to use it for both smartphones and computers.


Image rotates

Posted: Sun Aug 09, 2015 7:39 pm
by Illya Stepanov

Hi Viktor -

Are you still experiencing this issue?

If yes, could you please share your app with us and send us your app name in your ticket #12833
(here is how to share apps: https://devcenter.appery.io/documenta...)


Image rotates

Posted: Thu Jan 14, 2016 9:57 am
by Sithan

Is the rotating problem resolved. If yes, please share the solution. I am also getting the rotating issue to 90 deg when image captured. Image


Image rotates

Posted: Thu Jan 14, 2016 2:23 pm
by Evgene Karachevtsev

Hello Sithan,

Please provide us with the more details of your issue - what kind of project you are using -JQM or Angular, how do you upload your photos,where you store them, what device and OS you use.


Image rotates

Posted: Wed Jan 20, 2016 5:26 am
by Sithan

Hi Evgene,

I was out of station and couldn't able to respond you.

Its a JQM project. We capture the photos from iPhone4S device (iOS Version 9.0.2). On Registration, we are opting the user to upload their profile picture. When the user taps the edit Image icon, we are invoking the phonegap capture method to capture the image and then stored to the hosting server via custom API. We are using the server image path to display the profile image.

Looking forward to your positive reply.

Thanks!


Image rotates

Posted: Wed Jan 20, 2016 2:00 pm
by Serhii Kulibaba

Hello,

You can rotate the image with JS: http://stackoverflow.com/questions/17...


Image rotates

Posted: Tue Sep 12, 2017 8:09 pm
by redwhiteblue4free

on pc some image is rotated
Image

while test on mobile is ok.
Image

with the above solution it will rotate every image, even the one that is no rotated. need help

thanks


Image rotates

Posted: Wed Sep 13, 2017 2:32 pm
by Illya Stepanov

Hi - for desktop and mobile platform different services for uploading images are used, you can use the solution that Sergiy suggested above for web uploaded images.


Image rotates

Posted: Mon Sep 18, 2017 5:50 am
by redwhiteblue4free

i use this tutorial as blue print
https://sites.google.com/a/gotiggr.co...

for upload i use
uploadMultipleFilesHelper(UserInfo_db__files_upload, fileselect);

it work for image and video upload.

i looked at the solutions that Sergiy suggested above for web uploaded images, but im not sure how to implement it in appery, can some one tell me how to implement on any of the solutions?

thanks!