Bohdan Benetskyi

Results 18 comments of Bohdan Benetskyi

@titolim - please look on: [SegmentedControl-Test](https://github.com/bbenetskyy/SegmentedControl-Test) This solution was created especially for checking your Control on Empty Solution without side effects from other packages.

And it works on iOS and Android, but still can't build for UWP: ![image](https://user-images.githubusercontent.com/8330262/54289809-1c1e1080-45aa-11e9-84a7-c894106ba725.png)

Thank you @titolim, when new package will be available I will try if it will fix the problem

@hyprstereo could you describe more detail about your problem? I created a really simple project with this control and for iOS and Android, it's working as I'd expected. [Segmented Control...

@aakashsolangi inside your code I don't see new required permissions for notifications: ```xml ``` https://developer.android.com/develop/ui/views/notifications/notification-permission Please check this and ensure you use and request all required permissions

Same I've got, I can reproduce this when my app open app settings and returns in couple seconds back, all my icons are corrupted and I've got the same error:...

> I did have success with using the explicit xmlns for Tabs-controls. The compile error disappeared and Hot Reload started working again. > > `xmlns:tab="clr-namespace:Sharpnado.Tabs;assembly=Sharpnado.Tabs"` Eh, unfortunately I still getting...

@flennic I try to run failed command with the PACKAGE_SOURCE_NUGET_ORG value found in this repo: ```bs sudo dotnet workload install android ios maccatalyst tvos macos maui --source "https://api.nuget.org/v3/index.json" ``` This...