awidschwendter
awidschwendter
Hi, i can confirm this strange behaviour - rotating the device form portrait to landscape sets the camera preview to the half of the screen (from fullscreen) - the preview...
@mikewagz i'd like to implement your solution as well, but i don't really get it. can you possible attach your full controller code to this issue? big thx in advance!
@ScorpionXII i ended up with this rotate func: rotateBase64Image(data: any, rotation: number): Promise { return new Promise((resolve, reject) => { let canvas = document.createElement('canvas'); let ctx = canvas.getContext("2d"); let image...
Hi @Gauravbtl did you find a solution? we are facing the same problem :/ thanks for your feedback
@ohgiwk thx for trying to fix the issue. i tried your changes, unfortunately without success. first there were 2 compile errors, which i was able to fix (missing brackets), but...
@priisc did you find a solution, i have the same problem on closing sidr manually. tia