Stephan Bisschop

Results 16 comments of Stephan Bisschop

Thank you for your reply @darobs! The twin contains valid JSON and messages sent from the TempSensor module are also OK. For debugging purposes I tried publishing a completely empty...

@olitee is correct, I had to run the RaiseCanExecuteChanged on the UI thread and it worked as expected afterwards. ``` Device.BeginInvokeOnMainThread(() => { ((RelayCommand) MyCommand).RaiseCanExecuteChanged(); }); ```

We didn't manage to find a solution. We opted for another way of authentication our users.

@Coder7777 We have not been able to fix this, you might be on to something though. We were also running on iOS 15.

Is there any update on this? We have 4 levels in our tree and programmatic selection is not propagating.

> Setting propogateSelectionUp property helped in my case I don't see how this would fix the issue, the defaults for both `propogateSelectionUp` and `propogateSelectionDown` are `true`. When clicking manually, propagation...