#aneeb_code
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1441394351426109500
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hey! Taking over for my colleague. Let me catch up.
Just to make sure Are you using the latest Android SDK ?
Between, Tap to pay is meant to display in portrait mode on phones and in landscape on tablets
Currently there is no way to force this to something else
If you are using a tablet and tap to pay is still in portrait try the following:
$ adb shell wm density 320 # set density to 320
$ adb shell wm density reset # reset device density to default manufacturer value
For future reference:
https://github.com/stripe/stripe-terminal-android/issues/537#issuecomment-2674979589
can we do that using code or any configuration setting?
No unfortunately
so you mean that it will only show in portrait mode and in landscape mode we cannot show it, right?
Yes depending on the device: phone or tablet
the device which we are using it is Oukitel 8 inch tablet
If the display is still in portrait for the tablet. 1. Make sure you are using the latest Stripe Terminal SDK and 2. try running these commands