Jack

Results 20 comments of Jack

Same issue here. I implemented a slider instead of an entry and customers go mad because of this :/

I found a workaround for this issue. it may not be considered as a clean solution but it does the job. I ended up using a **ValueConverter**. ```using System; using...

@Dids > @nebula2 Where is `ForceDoubleUniversal` coming from? Sorry, ForceDoubleUniversal is just this here: ``` /// /// Forces conversion from object to double /// /// /// public static double ForceDoubleUniversal(object...

> It's very sad to see that this is still not fixed. This is not the only bug related to locales in Xamarin. Is this a US-only framework? > >...

Is there a workaround for this? I have an image in titleview and if I read my logs correctly, the image simply gets disposed and is therefore not visible anymore....

@belmonmi > Exactly! We cannot release as well until it fixed. Application title area has a vital information that has be visible always. BTW: works on Android, no issues. Very...

@belmonmi I worked around it by not using shell at all. I replaced the shell by a combination of NavigationPage and Syncfusion's TabView. There are disadvantages and I had to...

@belmonmi feel free to contact me if you struggle. A sorrow shared is a sorrow halved

> @belmonmi, @nebula2 I just added a workaround [here](https://github.com/dotnet/maui/issues/9269#issuecomment-1284647256), then remembered this issue. Looks like you might have found a workaround using some Syncfusion components. Unfortunately I was not able...

Same happens on non-razor. As soon as I prefix the route with "//" for an absolute route it crashes.