dotMorten / MauiEx

A set of .NET MAUI controls
Apache License 2.0
224 stars 55 forks source link

AutoSuggestBox search icon cut off in android tablets #91

Open brentesh opened 2 years ago

brentesh commented 2 years ago

Description

When running an app in an android tablet (emulator), the search icon on the AutoSuggestBox has the top and right sides cut off (perhaps 2-3 pixels)

Steps to Reproduce

  1. Run an app on Android 11 tablet (I used an emulator)
  2. View any AutoSuggestBox

Expected Behavior

The search icon should appear the same as it does in iOS or Android phones

Actual Behavior

The icon appears cut off slightly on the top and right sides

Basic Information

Screenshots

image

Reproduction Link