You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to disable the hardware back navigation button when the API is calling, so it will require some action to disable the device back navigation button.
And by extension, it will require an action to enable the hardware back button.
Proposed solution:
We can make a new action called disableDeviceActions which will take the list of device actions like back navigation, etc and the action will enable them
and the similar action called enableDeviceActions which will also take the list of device actions and enable them.
I need to disable the hardware back navigation button when the API is calling, so it will require some action to disable the device back navigation button.
And by extension, it will require an action to enable the hardware back button.
Proposed solution:
disableDeviceActions
which will take the list of device actions like back navigation, etc and the action will enable themenableDeviceActions
which will also take the list of device actions and enable them.CC: @kmahmood74
The text was updated successfully, but these errors were encountered: