Mohammad Hossein Rastegarinia
Mohammad Hossein Rastegarinia
That's awesome! If it's working, why not doing a PR? @thewizrd
@DmitriyKirakosyan And when (or how) does CI getting fixed? :") Because it seems you guys are pending/waiting for something...
Hopefully with WinUI support.
I knew they were waiting for it! 😅 https://github.com/microsoft/appcenter-sdk-dotnet/issues/1702#issuecomment-1979541667 But I wish they fix this for at least the last release! :)
It appears because of using `LayoutFullscreen` flag in our projects `SoftInput.AdjustResize` won't work anymore! I've add the sample project here and updated in the issue description! [AndroidSoftInputIssue.zip](https://github.com/dotnet/maui/files/12930732/AndroidSoftInputIssue.zip)
If I'm not mistaken it's the default `margin` of HTML's `body` element that you have to set it to `0`.
I don't have access to my macOS right now but if this didn't helped > If I'm not mistaken it's the default `margin` of HTML's `body` element that you have...
For the last trick I'll recommend you to hide the statusbar and then use these for doing padding and whatever spacing you need for status bar (and other safe areas)...
We're facing this too! with the workaround(modify info.plist) we just can change the application name inside the app like the window title! The tooltip you're saying is the name of...
@PureWeen Does your PR fixes the application file name? (the `.app` file)