Uno.WindowsCommunityToolkit icon indicating copy to clipboard operation
Uno.WindowsCommunityToolkit copied to clipboard

The adaptivegrid control is visible in uwp apps, but not in android and wasm.

Open kaki104 opened this issue 4 years ago • 0 comments

Describe the bug

Hello

Added Page to Shared project and AdaptiveGridView. When executed in UWP, the output is normally displayed on the page. However, when I target and launch the Android app and WASM, the controls are not visible. Is it normal that it does not appear to be a prerelease?

  • [ ] Is this bug a regression in the toolkit? If so, what toolkit version did you last see it work:

Steps to Reproduce

Steps to reproduce the behavior:

  1. Add a page.
  2. Add an AdaptiveGrid control.
  3. Bind to ItemsSource and add ItemTemplate.
  4. Run UWP as the target. (Control outputs normally)
  5. Run Android as a target. (Control not visible)

Expected behavior

A clear and concise description of what you expected to happen. Control visible

Screenshots

If applicable, add screenshots to help explain your problem.

Environment

NuGet Package(s): 

Package Version(s): 
Uno.Microsoft.Toolkit.Uwp.UI.Controls 6.1.0-build.71.g38c59ea2a0

Windows 10 Build Number:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [ ] May 2019 Update (18362)
- [x] October 2019 Update (18363)
- [ ] Insider Build (build number: )

App min and target version:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [x] October 2018 Update (17763)
- [ ] May 2019 Update (18362)
- [ ] Insider Build (xxxxx)

Device form factor:
- [x] Desktop
- [ ] Xbox
- [ ] Surface Hub
- [ ] IoT

Visual Studio 
- [ ] 2017 (version: )
- [x] 2019 (version:16.6.0 ) 
- [ ] 2019 Preview (version: )

Additional context

As many as the number of items, this message is displayed. 05-29 16:05:21.745 W/monodroid-assembly(19462): typemap: unable to find mapping to a managed type from Java type 'android/view/DisplayListCanvas'

kaki104 avatar May 29 '20 07:05 kaki104