-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lock Screen Orientation on Android Tablets #18
Comments
I’m pretty sure it’s set to lock to portrait regardless of orientation on iOS and Android. What OS are you experiencing the issue on for tablets?
On Mon, Feb 11, 2019 at 10:50 AM, Paul Lee <notifications@github.com> wrote:
Hi is there anyway to lock the screen orientation on scanner plugin or at least inherit those properties from the app itself?
Currently rotates the scanner and the dimensions are not always fit to screen (on tablet) even if the application it is a part of has a locked orientation.
Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub [#18] , or mute the thread [https://github.com/notifications/unsubscribe-auth/AHvidQhwqMcU8kScLGQsmX6GoBoL_a3kks5vMa1ZgaJpZM4a0uMg] .
|
Thanks for getting back to me.
We are experience the rotation on both Android 8.0 and 8.1 OS.
… On Feb 11, 2019, at 11:33, forrestmid ***@***.***> wrote:
I’m pretty sure it’s set to lock to portrait regardless of orientation on iOS and Android. What OS are you experiencing the issue on for tablets?
On Mon, Feb 11, 2019 at 10:50 AM, Paul Lee ***@***.***> wrote:
Hi is there anyway to lock the screen orientation on scanner plugin or at least inherit those properties from the app itself?
Currently rotates the scanner and the dimensions are not always fit to screen (on tablet) even if the application it is a part of has a locked orientation.
Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub [#18] , or mute the thread [https://github.com/notifications/unsubscribe-auth/AHvidQhwqMcU8kScLGQsmX6GoBoL_a3kks5vMa1ZgaJpZM4a0uMg] .
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#18 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AEeZdPrMCWyINnwIIsRuwIbxPnDM1G6aks5vMcWUgaJpZM4a0uMg>.
|
Looks like the code on android that is supposed to be handling this and forcing it to portrait is here. I did a couple searches and found some StackOverflow answers indicating that the only time you need to do anything special for tablets is when you want to allow the tablet into landscape mode but not allow the phone, so this code should be functioning properly as-is. I'd start playing with the code around that link above and see if it can be adjusted to fix this landscape orientation issue for Android tablets. |
Thank you very much for looking into this!
** Sent from a tiny computer in my big ol' hands. Please excuse any errors **
… On Feb 12, 2019, at 11:09, forrestmid ***@***.***> wrote:
Looks like the code on android that is supposed to be handling this and forcing it to portrait is here. I did a couple searches and found some StackOverflow answers indicating that the only time you need to do anything special for tablets is when you want to allow the tablet into landscape mode but not allow the phone, so this code should be functioning properly as-is.
I'd start playing with the code around that link above and see if it can be adjusted to fix this landscape orientation issue for Android tablets.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi is there anyway to lock the screen orientation on scanner plugin or at least inherit those properties from the app itself?
Currently rotates the scanner and the dimensions are not always fit to screen (on tablet) even if the application it is a part of has a locked orientation.
Thank you.
The text was updated successfully, but these errors were encountered: