web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to disable the aut...
Power Apps
Answered

How to disable the auto zoom feature?

(2) ShareShare
ReportReport
Posted on by 93

i have gallery list connected to sharepoint list , and one of the field is person, with data from 365users, when i click on that search box in my mobile it auto zooms in

Categories:
  • Verified answer
    mdevaney Profile Picture
    29,993 Moderator on at

    @warsongg00 

    There is no way to disable the auto zoom.  If you want to see the maximum amount of the screen the only way to do so is to make the input as wide as the screen and use a single-column form.

     

    ---
    Please click "Accept as Solution" if my response helped to solve your issue so that others may find it more quickly. If your thought the post was helpful please give it a "Thumbs Up."

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    This is not a solution. There are currently no workarounds for this that are user-friendly.

    Are there any plans by powerapps to fix this bug?

  • jbat Profile Picture
    18 on at

    This is a huge bug, the auto-zooming must be defeatable. Please implement a way of stopping it, user feedback is 0/10.

  • tf777 Profile Picture
    34 on at

    Any new updates re this issue? Its very annoying and my customers are complaining about this "feature". Input as wide as the screen and using single column form does not help 

  • Paulyclees Profile Picture
    4 on at

    Hey Microsoft, I *know* how to zoom on my phone, if some people really need this "feature", fine, but put it in the settings so we can turn it off. I waste enough time editing docs on my phone, I'm really sick and tired of wasting more unzooming when the (redacted) app zooms when I don't want it to. 😠

  • Suggested answer
    PowerAppsDeveloper Profile Picture
    9 on at
    There is actually a real solution for this problem.

    iOS will zoom in on any control with a font size less than 16px.  Therefore, the solution is to detect iOS, and set the control's FontSize to 16px.
     
    Add this to your control's FontSize property:
    If (Host.OSType = "iOS",
        16,
        <whatever your original font size was>
    )
    No more auto-zoom on iOS!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard