SilvaM Posted October 17, 2014 Share Posted October 17, 2014 Hi! I'm testing uniGui ruinning in a mobile deivce but not show the numeric keyboard when is a numeric edit field. If I make a HTML with <input type=number/> and it's work. Is there a way to do it in a TUniNumberEdit? Thank's a lot. Quote Link to comment Share on other sites More sharing options...
SilvaM Posted October 17, 2014 Author Share Posted October 17, 2014 Solved: On FormCreate: (UniEdit1 as IUniJSInterface).JSConfig('inputType',['number']); 3 Quote Link to comment Share on other sites More sharing options...
ZigZig Posted October 17, 2014 Share Posted October 17, 2014 Nice tip, thank you SilvaM! Quote Link to comment Share on other sites More sharing options...
rasaliad Posted April 21, 2016 Share Posted April 21, 2016 Solved: On FormCreate: (UniEdit1 as IUniJSInterface).JSConfig('inputType',['number']); Thanks SilvaM Quote Link to comment Share on other sites More sharing options...
asapltda Posted November 2, 2019 Share Posted November 2, 2019 TKS ADD UNIT USES uniGUIJSInterface Quote Link to comment Share on other sites More sharing options...
Hayri ASLAN Posted November 4, 2019 Share Posted November 4, 2019 We already added this property. Please check inputType Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.