B4J Tutorial [Web] Beginning Telegram Mini Apps - Back & Settings Buttons - Mashiane    Jul 26, 2024   (2 reactions) Hi Fam The back button controls the visibility & navigation when the back button is active. This is like the normal back button in an app. The settings buttons show on the right menu of the bot... add events to them BB = pgIndex.TMA.WebApp.BackButton SB = pgIndex.TMA.WebApp.SettingsButton... the back & settings buttons Sub btntoggleback_click (e As BANanoEvent) e.PreventDefault If BB.IsVisible Then BB.Hide btntoggleback.Caption = "Show Back Button"... B4i Question Display back button when I choose - tsteward    Sep 16, 2024 How can I display the navcontrol back button.
My app uses quite a few b4xpages and all works fine but on the home page when selecting items I display a panel over top of the existing.
I would like to display the Back button which when selected will be used to hide that panel.... B4A Question Manipulate Android back button - RB Smissaert    May 5, 2024 Would it be possible to do this to make a custom keyboard behave like the default Android keyboard?
So, when the custom keyboard shows the back button points down and when it doesn't show it points left.
RBS... B4A Question [SOLVED] How to determine user's system navigation mode (BACK button or side swipe) - JackKirk    Feb 18, 2024 button".
At the moment, when necessary, I just prompt the user "Please tap BACK button... therefore will have a BACK button to tap.
But if they are using gesture navigation (on my Pixel3 >... B4A Question B4XPages and Back button - yiankos1    Aug 24, 2023 Hello,
I encounter strange behavior at my application. In some pages when I click back button everything works fine and this sub: Private Sub B4XPage_CloseRequest As ResumableSub is fired. Some pages does not fire this sub and throws me this error:
*** Service (starter) Create ***
** Service... Debug mode.
UPDATE:
Did not changed anything and back button working normal. Maybe a bug?... B4A Question How to press back button programmatically? - Sergey_New    May 10, 2023 I need to close the current Activity without using Activity.Finish.... B4A Question B4X - B4XPages: Back button and webview - luke2012    Feb 17, 2022 button so that it performs the back functionality of the web page displayed in the webview?
At the moment the back button performs a back of the B4XPage.
Thanks in advance for your suggestions.
Luca.... B4i Question B4XPages - Back button - luke2012    Nov 20, 2021 ) I notice that on the iOS version (on the left) the word "Back" appears before the arrow... within the first opened page is "Home" instead of "Back".
Since the bar... B4A Question Close B4XPage with Back Button - Sergey_New    Oct 5, 2020 Press the Up button to close the current page:
Sub Up_Click
B4XPages.ShowPageAndRemovePreviousPages("MainPage")
End Sub
How to do this by pressing the back button of the device?... B4i Question B4XPages suppress back button (top bar) in iOS - gregchao    May 21, 2021 In the post below for Android, it was explained that you could suppress the back button on the top bar by using the command:
B4XPages.GetManager.ShowUpIndicator = False
I would like to do the same thing in iOS. The command does not exist. How do I accomplish this?
https://www.b4x.com/android/forum/threads/b4xpages-avoid-back-button.120974/#post-756258... Page: 1   2   3   4   5   6   |