I am trying to build a wearOs app using SfNumericUpDown but it seems to be not working for Xamarin.Android WearOs app. Are they not supported?
Hi Jeya,
However I tried SfNumericupdown on WearOs, it seems to be working fine for me.
Thanks,
Emil
Hi Suganya,
I would like to ask here something. Although you said that you dont support WearOs, i found that many of the tools are working fine in wearos. I think in general WearOs inherits same controls from Android Mobile.
However here I found a small issue with SfNumeric in WearOs. this is probably easily fixable.
So basically I have set
NumericUpdown.ParsingMode = ParsingMode.Double;
This works fine but when the Keyboard on Wear Watch pops up, It displays only numbers but not decimal separator. I believe this is because SfNumericUpdown inherits from either Editor or EditText both have
android:inputType="numberDecimal" property. Setting this causes Keyboard to display decimal separator dot or comman. Is it possible to have fix for this if I create a ticket? :)
I have tested with <EditText ndroid:inputType="numberDecimal" /> works perfectly fine. Please let me know if it is feasible.
best