javascript - Virtual keyboard behave as physical keyboard when text field value is overflowed but focus remains -
appologize me if question have been asked or if there other references problem. googling long time still not find solution. still sorry if heading/ question confusing. let me explain problem first.
i have input fields in used jquery keyboard plugin not physical keyboard. therefore values assigned input fields using $(<selector>).val(<value>)
. input field size enough show 10 character maxlength 20 characters. when enter characters more 10 getting hidden.
for detail explanation please refer these images , explanations
in image have entered a-z
displays "l"
, portion of "m"
still element has focus (otherwise virtual keyboard not display).
but in physical keyboard if enter values same field until remove focus.
now need display last entered value when have focus element , value of element overflowed.
any solution please (this virtual keyboard have been developed me our custom requirement can script changes one)
thanks in advance
Comments
Post a Comment