jtsage/jquery-mobile-spinbox

Horizontal spinner breaks across lines

rmendocna opened this issue · 1 comments

Hi,
The horizontal spinner on my android smartphone breaks the buttons and text into separate lines. Not occurring on a desktop browser if [more than] enough width is provided.
Added the following line:

$ diff jqm-spinbox.js.1 jqm-spinbox.js
43a44
>                 w.d.input.css({'display':'inline-block'});

Thanks for the patch, I can verify both the problem on Android and the workaround. Would love to see this patch merged to master.