Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fluent UI] [iOS] Should not zoom when focusing on the send box #5169

Open
compulim opened this issue May 6, 2024 · 1 comment · May be fixed by #5192
Open

[Fluent UI] [iOS] Should not zoom when focusing on the send box #5169

compulim opened this issue May 6, 2024 · 1 comment · May be fixed by #5192
Labels
area-fluent-theme Related to Fluent theme provider feature-request Azure report label platform-ios Platform-specific issue

Comments

@compulim
Copy link
Contributor

compulim commented May 6, 2024

Is your feature request related to a problem?

Web Chat is zoomed a bit (like 120%) when the Fluent UI send box is focused.

Will be great if iOS doesn't zoom.

Describe the suggestion or request in detail

Web.Chat.-.Fluent.UI.send.box.-.iOS.resize.mp4

Describe alternatives you have considered

No response

Additional context

No response

@compulim compulim added feature-request Azure report label platform-ios Platform-specific issue area-fluent-theme Related to Fluent theme provider labels May 6, 2024
@OEvgeny
Copy link
Collaborator

OEvgeny commented May 21, 2024

@compulim there are two ways to solve the issue:

  • Font size of the textarea should be greater than 16px on mobile Safari
  • The maximum-scale=1 added to the meta tag, which will also disable pinch to zoom entirely

I can make a PR adjusting the font-size of input for Safari only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-fluent-theme Related to Fluent theme provider feature-request Azure report label platform-ios Platform-specific issue
Projects
None yet
2 participants