fix: Fixed issue with keyboard on Android covering content (#2899)
This commit is contained in:
@@ -20,7 +20,7 @@ export interface WebApplicationInterface extends ApplicationInterface {
|
||||
contentHeight: number
|
||||
isFloatingKeyboard: boolean
|
||||
}): void
|
||||
handleMobileKeyboardDidChangeFrameEvent(frame: { height: number; contentHeight: number }): void
|
||||
handleMobileKeyboardDidHideEvent(): void
|
||||
handleReceivedFileEvent(file: { name: string; mimeType: string; data: string }): void
|
||||
handleReceivedTextEvent(item: { text: string; title?: string }): Promise<void>
|
||||
handleReceivedLinkEvent(item: { link: string; title: string }): Promise<void>
|
||||
|
||||
Reference in New Issue
Block a user