Will

Results 17 comments of Will

I was experiencing the same, setting everything I wasn't using explicitly to disabled in buildtools.json enabled me to build again for iOS. Not sure which part exactly was causing the...

Here is mine: ``` { "$schema": "https://mobilebuildtools.com/schemas/v2/buildtools.schema.json", "appConfig": { "disable": true }, "artifactCopy": { "disable": true }, "automaticVersioning": { "behavior": "Off" }, "css": { "disable": true }, "images": { "disable":...

> Naive implementation: "Bob**Smith".Replace("**", "*"); Works if the original string contains two spaces in a row. If it contained three it wouldn't work etc. Certainly possible to write an extension...

No worries 😜

@Gakk thanks for the tip!

I second this, I have found the Border control to be pretty sub-standard compared to the pancake view, would be happy to see a Maui version of this too!

Also experiencing this issue, runs fine on emulator but when I send it to AppCenter to be built with linking enabled, I see this same issue when the build is...

I have a similar use case for writing custom controls in Maui, they inherit already from 'ContentView' which implements INotifyPropertyChanged. Have some properties that I would like to add an...

Thanks George, I think you're right about the Android image disappearing, seems to be a rather nasty MAUI bug. With regards to the yellow border, it does *almost* disappear when...