-
### Description
Hi,
I prepared an example project. You can find it below:
[MauiApp10.zip](https://github.com/dotnet/maui/files/13401934/MauiApp10.zip)
The problem with this project is that…
-
### Description
#2466 introduces new `getCurrentColor` implementation that causes weird crash in Android.
Crash log indicates `getCurrentColor` of `RenderableView` doesn't handle case parent is …
-
Great library! Any thoughts on React Native support? Happy to take a stab at it though it's probably not the best first issue.
-
Hello,
I just installed v2 on android and I have quite a few issues, I can provide more details (context, device logs...) but before I go through the effort, I'd like to have a first feedback on wh…
-
I'm using an InputAccessoryView to create a sticky TextInput. When using a growing multiline TextInput, the TextInput's height increases and grown down _behind_ the keyboard.
## Environment
Enviro…
-
FlatList automatically scrolls after change data and adds new data in the front or middle of the data list.
It only works correctly when adds new item to the end of list
I checked scroll offset and …
-
I did the ui kit configs in the app just as mentioned in the docs
```
export const VideoCall = () => {
const { appId, channelName, profile, token, cq } = useRoute().params;
const socket …
-
## Description
When using Proxyman as a proxy for an Android device's traffic while running a React Native application in development mode, if React Native debugging is disabled, the app does not w…
-
MainActivity.java:26: error: constructor DefaultReactActivityDelegate in class DefaultReactActivityDelegate cannot be applied to given types;
return new DefaultReactActivityDelegate(
…
-
Hello, yesterday I have reported spurious lack of functionality in flutter and without it I cannot complete game migration. I have tried all proposed ways proposed on stackoverflow, Flutter cummunity …