feat: handle android back button on android (#1656)
This commit is contained in:
@@ -12,4 +12,6 @@ export interface WebApplicationInterface extends ApplicationInterface {
|
||||
handleMobileResumingFromBackgroundEvent(): Promise<void>
|
||||
isNativeMobileWeb(): boolean
|
||||
get mobileDevice(): MobileDeviceInterface
|
||||
handleAndroidBackButtonPressed(): void
|
||||
addAndroidBackHandlerEventListener(listener: () => boolean): (() => void) | undefined
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user