Enis Necipoglu

Results 277 comments of Enis Necipoglu

There is nothing to do on my side for android implementation of blur. If there is a better implementation on native android we can move to it. https://github.com/mmin18/RealtimeBlurView repository seems...

Hi @Geramy There is a segmented control example in the template that is built with [SelectionView](https://enisn-projects.io/docs/en/inputkit/latest/components/controls/SelectionView#columnnumber). I haven't implemented a material design appearance yet but it's working functionally. ![template-segmentedcontrol](https://user-images.githubusercontent.com/23705418/191067872-4efd3a68-1a0e-4c6b-a29b-fd538b517ca3.gif) Here...

I'm motivated to maintain this project but.. unfortunately, none of us have unlimited time & resource to work & maintenance. That's why I don't want to create something huge I...

@agat366 You can use Nuget Plugin verison of Contacs instead of implementing dependency service to your project. Download nuget, you can find it from [here](https://www.nuget.org/packages/Xamarin.Forms.Contacts/). and just use that code...

I think that problem was solved too with #4 update by you (@sadgit ) Was it solved ?

Those changes are enough to remove all visual effects from the entry: ```csharp gradientDrawable.SetColor(global::Android.Graphics.Color.Transparent); nativeView.SetBackground(gradientDrawable); ``` I did it for all platforms, you can take a look at it: https://github.com/enisn/Xamarin.Forms.Plainer/blob/7015e41fb1d681b8f044f027a70e0d4b70a96f77/src/Plainer.Maui/Handlers/EntryViewHandler.cs#L36-L40

Any updates on this topic?

Thanks for your contribution, it seems perfect 👌 I'll try and merge asap

You seem like **first-time contributor** still, I think your email in **git config** doesn't match your github account email, probably you won't be listed as contributor by GitHub in the...