I have on one screen text input and on back button press i would like to intercept it and run some function. Could not make it with BackHandler. Is there any chance to run custom function on hardware back button press?
c
Chris Fillmore
07/20/2022, 11:11 PM
That’s what BackHandler is for. What do you mean you couldn’t make it with BackHandler?
☝️ 1
j
Jasmin Fajkic
07/21/2022, 6:19 AM
I want to run function when keyboard is up and press back button to intercept it. But this function never runs.