splashscreen

  1. Y

    Android Question Edittext does not shift when the virtual keyboard is displayed in B4XPages with immersive screensplash

    Hi, I made the following observation, after having integrated an immersive splashscreen in a B4X application (i.e.: in the Main): once displayed, the virtual keyboard does not allow the edittext to automatically shift upwards, despite the fact that I I also used "IME" in the relevant pages of...
  2. J

    Android Question Unwanted loop splash screen and getRecord via jRDC

    Hi, if was busy trying to use the splash screen together with getting data via jRDC, but it goes in to a loop. To test the same behaviour: Take the sample script of https://www.b4x.com/android/forum/threads/b4x-b4xpages-splash-screen.120851/ and add the client part of this...
  3. B

    Android Question Floating splash in b4a

    Hi, How do I make a floating splash? For example, when the user clicks on the program, first a square image view is displayed on the "Applications" page, then it becomes full screen. Let me give you an example, like b4a itself, when you open it, it first writes B4A in the middle of the page
  4. A

    Android Question How to make a loading screen?

    Hello everyone! I want a loading screen that would be deactivated on start a sub; I want this loading screen to have a gif in the center, and responsive. How to do that?
  5. jroriz

    B4J Question [SOLVED] Splash screen doesn't stay transparent if views are added to the mainform?

    I used the example of the splash screen, but starting from a button. The background is no longer transparent. I noticed that this is because I added the button to the mainform. Does anyone know why the image has not transparent anymore? I took exactly the example of the link below. I only...
  6. M

    iOS Question Make the status bar invisible AND the bottom bar (on iphoneX +)

    Hi everyone, it's possible to make the status bar transparent (in the screenshot is the white space at the top), anche make transparent the bottom part? This layout is simply a web view with a GIF, in the designer the Webview is set to cover all the area. This represent the splashsceen. Thanks!
  7. M

    iOS Question Hide TabController in one page (full screen) and display in others

    Hi everyone. I structred my app like so: - Splashscreen (where I test the internet connection) - Login Page - Home Page I would like to use TabBarController (i already did other post in order to understand how to use this thing), but i need it only in Home Page. In splashscreen and Login Page...
Top