Skip to main content

Notifications

Community site session details

Community site session details

Session Id : Rmj/VOK96NJ0ME0sFT4bwj
Power Apps - Building Power Apps
Answered

How to disable the auto zoom feature?

Like (2) ShareShare
ReportReport
Posted on 17 Oct 2019 14:31:53 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:
  • Suggested answer
    PowerAppsDeveloper Profile Picture
    9 on 24 Aug 2024 at 13:41:18
    How to disable the auto zoom feature?
    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!
  • Paulyclees Profile Picture
    4 on 23 Jun 2023 at 13:06:55
    Re: How to disable the auto zoom feature?

    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. 😠

  • tf777 Profile Picture
    34 on 01 Dec 2020 at 15:43:11
    Re: How to disable the auto zoom feature?

    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 

  • jbat Profile Picture
    18 on 18 Sep 2020 at 05:19:17
    Re: How to disable the auto zoom feature?

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

  • Community Power Platform Member Profile Picture
    on 28 Feb 2020 at 20:35:28
    Re: How to disable the auto zoom feature?

    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?

  • Verified answer
    mdevaney Profile Picture
    29,987 Super User 2025 Season 1 on 17 Oct 2019 at 14:50:06
    Re: How to disable the auto zoom feature?

    @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."

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

Understanding Microsoft Agents - Introductory Session

Confused about how agents work across the Microsoft ecosystem? Register today!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Power Apps - Building Power Apps

#1
MS.Ragavendar Profile Picture

MS.Ragavendar 32

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 19 Super User 2025 Season 1

#3
Rajkumar_M Profile Picture

Rajkumar_M 16 Super User 2025 Season 1

Overall leaderboard