-
- Downloads
[FIX] web: virtual keyboard is always showing during navigation
Before this commit, the search bar auto focus was already disable on mobile based on media queries. But "isMobile" equals false since we force the desktop mode. To fix this, we use isMobileDevice which doesn't depend on the resolution. Task ID: 2090202
Please register or sign in to comment