Tracy

Results 4 issues of Tracy

### Xamarin.Android Version (eg: 6.0): Xamarin.Android.Support.XX v28.0.0.1 ### Operating System & Version (eg: Mac OSX 10.11): ### Support Libraries Version (eg: 23.3.0): ### Describe your Issue: According to the android...

### Description The initial value of the binding property couldn't display correctly on `xct:BadgeView` when using data binding. But after changing the value of the binding property, the UI could...

bug

### Description Android `WebViewClient`'s `ShouldInterceptRequest` is never called in MAUI `WebView` ### Steps to Reproduce 1.create a maui demo; 2.copy the following code to `MauiProgram.cs`: ``` public static class MauiProgram...

t/bug
platform/android 🤖
area/controls 🎮
control-webview

If I used type `struct` as the table data type,I could create and insert some items into my database ,but if I queried the items from the database, my app...