B4A Question Determine keyboard status while in FullScreen in 2024 - Mike1970    May 30, 2024 Hi everyone... I know that with IME is not possible to fire the HeightChanged event in fullscreen mode... is it possible that in 2024 there is no other option to have an event for the keyboard opening/hiding?... i think it is impossible that there is no other method... already in 2016 this user posted this question with an interesting point... "How can the BetterDialogs move the dialog above.../a/4365637/10781209 and also this (sperically for fullscreen acrivities) https://anton-savinov... B4A Code Snippet B4A Page scrolling in fullscreen mode using a scrollview - PaulMeuris    Jun 3, 2024   (7 reactions) In this little app example the screen is set in fullscreen mode and doesn't include a title. #Region Activity Attributes #FullScreen: True #IncludeTitle: False #End Region The layout contains a B4XSwitch, a CustomListView, a multiline edittext view and button. 154283 When the switch is off the scrolling of the CustomListView and the EditText view work as expected. When the user taps in the EditText view the keyboard will appear and the text automatically scrolls to the tapped line... B4A Question Activity Attributes #FullScreen: True - rfresh    Mar 21, 2023 The screen specs for my Samsung phone (attached) shows 1080x2640. Yet when I connect my phone using the bridge, the bottom of the designer shows connected: 1080x2009 -- 631 difference. Is it the top part of the screen that isn't being accounted for?
I have
#Region Activity Attributes
#FullScreen: True
#IncludeTitle: True
#End Region
Thank you...... B4A Question Problem: Only fullscreen opaque activities can request orientation - vecino    Nov 20, 2021 opaque and transparent colors, I have changed fullscreen yes and no.
What is the solution to....IllegalStateException: Only fullscreen opaque activities can request orientation
at android.app... B4A Question [IME] HeightChanged in Fullscreen - Blueforcer    Sep 21, 2021   (1 reaction) Since IME Heightchange doesnt work in Fullscreen and even not with invisible Bars, i was searching for another way and found many workarounds for this:
https://stackoverflow.com/a/67588599
Found on
https://stackoverflow.com/questions/7417123/android-how-to-adjust-layout-in-full-screen-mode-when-softkeyboard-is-visible
(There are many other posibilities there.
Does anyone tried to adapt any... B4A Question FirebaseAdmob2 Adshelper AppOpenAds without fullscreen - mcqueccu    May 25, 2021 How can I show AppopenAds from the Adshelper of FirebaseAdmob2 without Full screen mode?... B4A Question Whatsapp camera tab fullscreen - josejad    Mar 26, 2020 Hi all:
Is possible to reproduce the way whatsapp shows the camera panel when you slide the camera ... B4A Question Video View Fullscreen And On Top On Ouya - RedSun    Jul 16, 2013 Is there any way to force the video view to not be fullscreen and on top?
I am creating a program... fullscreen and forces itself on top of everything else, even toast messages do not appear... its way into fullscreen.
It works if I use vitamob4a library, but I would like for users not to... B4A Question [B4X] [XUI] CropView how to resize to fullscreen via code or layout? - scsjc    Feb 1, 2020 I am trying to resize the image to fullscreen (100%x,100%y) with CropView, and I can't see how it is done.
i use the example from https://www.b4x.com/android/forum/threads/b4x-xui-cropview... B4A Question B4XPages: Page2 or Page3 is always in fullscreen - Erel (first post)    Sep 27, 2024 It should work in B4A as the pages are actually panels. Maybe you are not setting it in the correct place.... Page: 1   2   3   4   5   6   |