HoangQuach
HoangQuach
Same issue here on 8.0.14
Which version of xamarin.forms in your project?
t2 mình update version mới rồi mình làm video hướng dẫn luôn bạn, cuối tuần để test nốt
Mình update rôi đó bạn, ví dụ có trong project demo đó :)
Yep, i found that bug, You just re-create new XAxisConfig for change labels Eg: var XAsix = new XAxisConfig(); XAsix.XAXISPosition = XAXISPosition.BOTTOM; XAsix.DrawGridLines = false; XAsix.LabelRotationAngle = 90; XAsix.AxisValueFormatter =...
Noway, just remove them in your dataset Eg: if you have 100 data note, just add 0,5,10,15....
> @anjapenic > > I'm one of those running BlinkID with MAUI (we made our own binding libraries, and ported the Android/iOS portions from here https://github.com/BlinkID/blinkid-xamarin/tree/master/Binding/Forms/BlinkID.Forms to our project). >...
I successfully bound and used Blink v6.7.0 for the iOS side, but failed to do so for Android. I've posted the issue here: https://github.com/xamarin/xamarin-android/issues/8919 [Source](https://github.com/omnicasa/Omnicasa.Mobile.Maui.BlinkID) I appreciate any help. @Gogzs...
I found that those custom attributes do not define the format type, and it could not build for Xamarin. Could we update the correct format type for the native library?...
For anyone needing this: This is the binding version for Net8-iOS and Net8-Droid. You can roll your own adapter in the shared code to access to the binding or use...