R ronell Well-Known Member Licensed User Longtime User Jan 11, 2017 #1 another webview related question. i have this code in one of my webpage HTML: <input type="number" name="qty" min='0' max="10"> when i view it in webview, why it lets me input text instead of number only
another webview related question. i have this code in one of my webpage HTML: <input type="number" name="qty" min='0' max="10"> when i view it in webview, why it lets me input text instead of number only
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2017 #2 I don't think that there is anything that you can do about it (except of creating a native layout instead). Upvote 0
I don't think that there is anything that you can do about it (except of creating a native layout instead).
R ronell Well-Known Member Licensed User Longtime User Jan 11, 2017 #3 Erel said: (except of creating a native layout instead). Click to expand... what do you mean by creating native layout? Upvote 0
Erel said: (except of creating a native layout instead). Click to expand... what do you mean by creating native layout?
Erel B4X founder Staff member Licensed User Longtime User Jan 11, 2017 #4 What are you using WebView for? Upvote 0
R ronell Well-Known Member Licensed User Longtime User Jan 11, 2017 #5 e commerce webpage? the input is the quantity of products , quantity means it has to be numbers, not letters Upvote 0
e commerce webpage? the input is the quantity of products , quantity means it has to be numbers, not letters
R ronell Well-Known Member Licensed User Longtime User Jan 11, 2017 #6 got this issue solved by adding javascript function in my input , thanks to this genius @sorex Upvote 0