dotMorten/MauiEx

AutoSuggestBox not visible on UWP Application in Release build

cbradbaer opened this issue · 1 comments

Description

Xamarin.Forms content page contains two AutoSuggestBox's. It works fine on iOS and Android. But when launching the application as a UWP, it only works if launched from VS in debug mode.

Steps to Reproduce

  1. Create Xamarin.Forms app with an AutoSugestBox.
  2. Set UWP as the startup project and run with Release x86 configuration
  3. AutoSuggestBox will not be visible on the content page

Basic Information

  • Version with issue: Xamarin.Forms 3.6.0.344457, AutoSuggestBox 0.6.0, UWP 6.2.8

  • IDE: Visual Studio 2017

  • Platform Target Frameworks: UWP x86
    -Target Version: Windows 10 Creators Update (Build 16299)
    -Min Version: Windows 10 Creators Update (Build 16299)

Hello,
I just found the solution that was already stated in a closed issue.
#38

It worked for me. Thanks.