Canvas Apps User Experience

How to fix common iOS UX issues

An Apple store
An Apple store

Introduction

Power Apps and iOS sometimes don't play too well with each other. One such issue is when iOS's accessibility kicks in and starts making adjustments to the layout. To learn more about accessibility in Power Apps, click here.

iOS issues - Demo

Two issues happen:

  1. When a user clicks in a text box (or any control that requires the user to type in), the screen zooms in for accessibility reasons. However, once the user is done typing, it doesn't zoom out on its own.
  2. If your app happens to be responsive with the orientation not locked down, if you happen to change the orientation after the zooming in from issue #1 above, then the screen becomes weird and only covers half of the space available (may be less, not too sure about the percentage here, but you get the point).

Here is a demo of both these issues:

A demo of iOS issues
A demo of iOS issues

Fixing the iOS issues

The fix is actually pretty simple. Just don't use font sizes less than 12 in your apps! Here is a demo of the same app with font size 13:

iOS issues fixed with font size >= 12
iOS issues fixed with font size >= 12

Recent articles

3 thoughts on “How to fix common iOS UX issues”

Leave a Reply