I spend many days to find solution for my captured image rotation. Solve my problem after watching ur video. Thanks a lot bro ... Have a nice day !
@PracticalCoding3 жыл бұрын
Glad the video was halpful!
@ethiomusic31583 жыл бұрын
I did as the same as you did on mainfest but there is no change on my real phone Samsung S8+ (not on emulator). Can I get your help?
@2bendigo Жыл бұрын
I need to export to larger screen in portrait mode. This works on old android but not on updated. Batteries are getting old on old android tablets. I would like to update tablet, but the.n I can't export portrait. Any help?
@someshsahu46382 жыл бұрын
Very nice explanation thankyou 🙏🏼🙏🏼🙏🏼
@mikodi51472 жыл бұрын
thanks a lot! straight to the point
@paulcooper79787 күн бұрын
thanks, i have struggled 3 days now to try and make my app go from portrait to landscape but each rotation the app restarts, how do i stop it from restarting please?
@priyamganguly Жыл бұрын
This is specifically helpful in preventing recyclerviews from reloading when device orientation is changed.
@duhankazanci Жыл бұрын
Same for mutable lists in Compose
@javlontursunov65272 жыл бұрын
I want only landscape mode in during the whole app. How can I do that ?
@ShirleydeOliveira Жыл бұрын
Instead of using portrait use landscape... something like this:
@omezah342510 ай бұрын
Love the video, please can you do a video on how to enable copy and paste on my mobile app, (platform android studio)
@VladMcMerlin Жыл бұрын
Thanks man, I had in the Manifest but in the wrong place!) No wonder it wasn't working))
@pamungkas_2 жыл бұрын
I don't recommend locking orientation via manifest, because that will recreate the activity. Lock orientation on java is the good one
@raihanghifari2263 жыл бұрын
PERFECT, THANK YOU SO MUCH
@marcgodhoff14392 жыл бұрын
Thank you so much! Made my Day;-)
@Oxino-h4d Жыл бұрын
thanks
@worldmobileschool5243 Жыл бұрын
Great ,sir
@LukeAiwuyuse2 жыл бұрын
Thank you very much, I'm grateful. 🙏
@swapnilsaindane26973 жыл бұрын
Not working in mainfest file. still its rotatng
@RicardoEP2 жыл бұрын
So clear and so handsome bro.
@berwincardozo33493 жыл бұрын
is there a way to lock orientation to portrait for the full app
@PracticalCoding3 жыл бұрын
Yeah you should be able to do that by going into the manifest file and adding in the following code android:screenOrientation="sensorPortrait" place that in the application tag
@RicardoEP2 жыл бұрын
@@PracticalCoding how is that different from what the video just showed?
@matter5092 жыл бұрын
@@RicardoEP application tag, sensorPortrait
@drmousaabbahlouli89364 жыл бұрын
I HAVE Android Screen orientation landscape error? CAN i help me bro
@PracticalCoding4 жыл бұрын
Can you paste the exact error message you're getting in a comment so I can take a look at it?
@ahlamh8070 Жыл бұрын
Thank you heaps!
@SameerAslam-MSA Жыл бұрын
Awesome
@javlontursunov65272 жыл бұрын
Thanks
@waseemwassu78573 жыл бұрын
I have locked my app in portrait mode and I only need landscape for videos, it's working fine on android but on iOS it's crashing
@PracticalCoding3 жыл бұрын
I don't know anything about making apps on IOS. I just got a MAC so I'll probably start teaching myself some time in the future but for now, I would probably go to google and see if there's a better way to do it on IOS
@waseemwassu78573 жыл бұрын
@@PracticalCoding I have tried different things but it's not working,the problem is I don't have my personal iOS system (mac) so I tried in our office with all the possible methods on stack over flow and other stuff but still I didn't gt the solution ,if u find any please let me know bro
@waseemwassu78573 жыл бұрын
Sorry for the late reply I have gt my solution, actually the problem is with react native modal, as we were rotating the modal along with the video, by default android supports both landscape and portrait mode in the modal but on iOS by default it's only portrait so in order to make the modal support in both orientations we need to specify the modal property supportedOrientations and choose both portrait and landscape inside this property
@PracticalCoding3 жыл бұрын
@@waseemwassu7857 Oh I gotcha. Well I'm glad you got it working
@ZulKadry Жыл бұрын
How to disable popup view android studios
@the_asteroid2 жыл бұрын
thank you very much
@vkkumar71462 жыл бұрын
Thank you somach brader
@kennethpacatang11772 жыл бұрын
Appreciated
@Scar4m0uch13 жыл бұрын
THANK YOU SO MUCH IVE HAD A PROBLEM TODAY AFTER I DELETED MI ACC