Enis Necipoglu

Results 298 comments of Enis Necipoglu
trafficstars

UWP is not offically supported. I just merge new Pull Request for UWP.

https://github.com/enisn/Xamarin.Forms.InputKit/blob/rel-3.7/InputKit/Platforms/UWP/IconViewRenderer.cs IconView implementation doesn't work properly on UWP. It should create an image and tint with given color but it can't do that after a version of UWP but I'm...

This issue is closed since v4.0 supports Windows platform

@ChrisPaulKnight can you share more information? like which Operation System, resolution of device etc. ?

@J3nova1628 Can you try adding following line in your **App.cs** before setting MainPage: ```csharp Plugin.InputKit.Shared.Controls.AdvancedEntry.GlobalSetting.TextColor = Color.White; ``` This will be applied to entire labels in your project.

It's an experimental control. I couldn't spend enough time to complete **AutoCompleteEntry**. But I can say, that floating label comes from native control. There is no customization on native control....

@busidex-vinbrown You can create Pull request like [others](https://github.com/enisn/Xamarin.Forms.InputKit/pulls?q=is%3Apr+is%3Aclosed). I didn't block any Pull Request

Can you introduce more information about problem ? Can you share your real icon, and screenshot in AdvancedEntry ?