B4A Question OCR doesn't work well in portrait orientation as much as works good in landscape orientation - ykucuk    Aug 4, 2022 Hello . I'm working about OCR project based on OCR Text . Works as charm when device is landscape.orientation
Portrait mode is not good at all . What i'm missing ?
Any help ?... Wish a separate visual designer for the view in landscape orientation - kisoft    Dec 27, 2018 As in the subject. I would like to be able to build views horizontally separately...just like building a responsive website.... Bug? Landscape orientation issue cause by power button - capisx    Aug 9, 2013 I had strange behavior with my app with landscape orientation, when i press the power button of my... gameview example that use landscape orientation and the issues above is also occurred too, tested... B4A Question Default landscape orientation - Raywingit (first post)    Oct 12, 2023 The problem is best characterized as "no orientation sensor". This means there's no kick to make it rotate, and no way to find out which way is up when it restarts.
Fixed... B4A Question Landscape Orientation - Declan    Jan 4, 2017 I have a Kiosk app that is displayed in Landscape Orientation.
Due to the physical/mechanical... accomplish this with:
#SupportedOrientations: sensorLandscape
However, the bottom Navigationbar is also... B4A Question Exoplayer - seekbar (timebar) is not shown in landscape orientation. - Erel (first post)    Jul 23, 2021 It should appear automatically. The orientation doesn't matter. Maybe a part of the player is outside the activity.... B4A Question Excluding landscape orientated devices in manifest (physical home button is on longest edge) - PhilN (first post)    Jul 11, 2020 Thank you Marco. I will use the <uses-feature android:name="android.hardware.screen.portrait"/> in my manifest.... B4A Question setScreenOrientation (reverseLandscape) - moster67    Aug 8, 2012 I cannot use it since in landscape-mode, the video is shown up-side-down. Then I found a great player (VPlayer) which permits me to use reverse landscape-mode and I resolved easily this problem.
Now one... he Vitamio plugin I posted some time ago) to show the streaming video in landscape-reverse mode... B4i Code Snippet [beta] Forcing the app orientation at runtime - Erel    Mar 3, 2024   (7 reactions) : Public const ORIENTATION_PORTRAIT = 2, ORIENTATION_LANDSCAPE = 24, ORIENTATION_ALL = 30 As Int...Add to main module: #if OBJC @end @interface B4IAppDelegate (orientation) @end @implementation B4IAppDelegate (orientation) - (UIInterfaceOrientationMask)application:(UIApplication *)application supportedInterfaceOrientationsForWindow:(UIWindow *)window { return ._morientation; } #End If Public Sub SetSupportedOrientation(Orientation As Int) mOrientation = Orientation If App... B4A Question Deny screen Orientation Landscape Right - William Lancee (first post)    Oct 13, 2022 If this is a non-B4XPages App you could use this to advice the user to change orientation.
Since orientation change triggers Activity_Create it will work all the time.
Sub Activity_Create(FirstTime... Page: 1   2   3   4   5   6   7   |