Jean Michel

Results 11 comments of Jean Michel

@harshilsharma63 please investigate this issue.

I am currently facing the issue that `TouchEffect.LongPressCommand` is not working for TalkBack and is even breaking the functionality of `TouchEffect.Command`. Please see the [example app](https://github.com/xamarin/XamarinCommunityToolkit/files/8796895/AndroidTalkBackTest.zip) for reference. XF Version:...

The exception does not occur if you pass `false` to `Theme.Apply`'s `updateAccent`. So a possible workaround would be to try passing `true` and retry with passing `false` on `FileNotFoundException`, e.g....

I can confirm that `KeyVerificationStart` is not being received. I don't know, if it gets filtered out by the SDK itself or what exactly is faulty here because `KeyVerificationCancel` will...

> One way to solve the issue is to add an eventhandler To the the parent Elements load event > > `Loaded += RootNavigation.IsPaneOpen = False` Nice workaround, but a...

@kokojacket, @victrme Would a `Dockerfile` be sufficient or what would be the preferred implementation?

@kokojacket @victrme I've implemented a [first version](https://github.com/victrme/Bonjourr/commit/3324803324eb5a4a4645874fac5510da329a120a) based on nginx

I've opened a [pull request](https://github.com/victrme/Bonjourr/pull/377) for the dockerfile

I think this can be closed now? @victrme

@victrme would something like [that](https://github.com/ChainsLunatic/Bonjourr/tree/unsplash-dl) do the job?