mirror of
https://github.com/wu736139669/hapi.git
synced 2026-08-05 06:24:37 +00:00
fix(web): prevent Android Chrome keyboard overlap
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
|
||||
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover, interactive-widget=resizes-content"
|
||||
/>
|
||||
|
||||
<!-- PWA Meta Tags -->
|
||||
|
||||
+1
-1
@@ -123,7 +123,7 @@ function mergeMessages(existing: DecryptedMessage[], incoming: DecryptedMessage[
|
||||
}
|
||||
|
||||
export function App() {
|
||||
const { authSource, isLoading: isAuthSourceLoading, isTelegram, setAccessToken, clearAuth } = useAuthSource()
|
||||
const { authSource, isLoading: isAuthSourceLoading, setAccessToken } = useAuthSource()
|
||||
const { token, api, isLoading: isAuthLoading, error: authError, user } = useAuth(authSource)
|
||||
const { haptic } = usePlatform()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user