iOS Question Bottom white bar now showing?

Grant Fullen

Member
Licensed User
There's a bar now showing up at the bottom of the page. How do I remove it so the content goes all the way down?
 

Attachments

  • Capture.PNG
    Capture.PNG
    15.7 KB · Views: 208

BillMeyer

Well-Known Member
Licensed User
Longtime User
Connect your device, Open your Designer, scroll to the bottom of the "Properties Window" and you will see:

upload_2017-11-17_7-54-24.png


Click these while observing your devices screen.

Navigation Bar Visible will switch on and off the "Title" at the top and

Navigation Toolbar Visible will do the same for the white bar at the bottom.

Now, if you go back to your code after switching these off and the problem persists, then you are most likely activating them in the code as the page loads with

B4X:
    Nav.NavigationBarVisible = True

Hope this helps a bit !!
 
Upvote 0
Top