Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

   The current custom keyboard has supports keys ( buttons ) by separating it through two commas by entering it through it's Keyboardin the custom Keyboard inputboxIt The input box currently  has max character length of 51 characters ( 26 English Alphabets and 25 commas ).

...

   In the custom keyboard expected to support 26 Characters Irrespective of the language . But almost all indic languages characters created through combing Base Character + Sound Character.
But We calculate the length limitation through javascript String.length Which does't fit with indian languages.

...

The keyboard does allocate a fixed width for keys based on the key lengtheach keys by calculating through
( Number of Keys / 2 ) / 100


No Format
Example 
जानवरों


, It applies a fixed length for all the keys, Due that on some cases the keyboard layout breaks.

...