0

I would like users of my Nativescript Angular 2 mobile app to be able to input fractions and mixed numbers and some other math symbols like exponents into a form. Using the standard keyboard in Android and IOS devices this does not appear to be possible. Is there some way that I can enable users to enter fractions in a form on the mobile.

Thanks

Anurag
  • 84
  • 3
  • 17

1 Answers1

0

There are several keyboard types which are accessible through NativeScript with KeyboardType. Documentation article about using different keyboards here

However, if you need even further extended keypad then you can create your own using native code. Some basics shown here

Community
  • 1
  • 1
Nick Iliev
  • 9,610
  • 3
  • 35
  • 89