B4A Question B4XPages, press back key when in edittext with Auto-fill showing - RB Smissaert    Apr 30, 2024 In B4XPages, the back key press (bottom right of the bar at the bottom of the screen) is handled by Main with this Sub:
Sub Activity_KeyPress (KeyCode As Int) As Boolean
Return B4XPages... B4A Question B4xPage back key is unnormal in TVset. - teddybear    Mar 21, 2022 Firstly B4xPage back key works fine in mobile phone,.
but with emulator and TVset, it seems to be unnormal, I start an app from my application screen, pressing back key it will back to home screen instead of application screen.... B4A Question How to disable "back key"? - vecino    Oct 11, 2013 Hi, How to disable "back key" while showing a "spinner"?
In the "activity" I have in activity_KeyPress, but does not work when making a request for data to the user... B4A Question How to access or click on the back key (left arrow at bottom of the smartphone) - DOM85 (first post)    Feb 10, 2026
Everything can be made with B4A, if it can be implemented with Java. Whether there is a simple libr... B4A Question detecting home and back keys? - rfresh    Apr 7, 2012 How can I detect when the user presses the home and back keys?
I thought Activity_Pause() would trap it but apparently not.
Thanks...... B4A Question Can i use my phone navigation bar back key to back my web pages in WebView - bulana2004 (first post)    Jan 14, 2025   (1 reaction)
This should work:
Private Sub B4XPage_CloseRequest As ResumableSub
WebView1.Back
Return False
End Sub
Thanks bro 😊... B4A Question Error when executing Back key on empty Edittext - RoseAsano (first post)    Apr 24, 2024 It's a legacy system.... B4A Question SweetAlertDialog: Prevent back key from closing dialog? - ganezha (first post)    Apr 6, 2024
Thanks for the reply. I guess I can live with it and only use it to replace msgbox/Toast.
Other libraries are just not as pretty ?
If KeyCode = KeyCodes.KEYCODE_BACK Then
sweet.Initialize... B4A Question Stop soft keyboard from closing when back key pressed - JackKirk    Jan 9, 2017   tags: B4A Is there any way to prevent the soft keyboard from closing when the back key is pressed?
Alternatively, is there any way to set up an event to trap when the soft keyboard is closed via the back key... B4A Question Event to trap BackKey in a class two times called - welu1805    Jun 13, 2017 the BackKey. It should not close the whole application, only the actual class instance.
If only the first... the first dialog the second dialog is started with the button "Edit city", the BackKey... Page: 1   2   3   4   5   |