How can I use an input on the page while a popup is open?
I tried putting the button group in a grid with an assigned size. See screen shot below.
Then I tried applying this code on page load but with it on page load, it would let me even go to that page so I put it on page show.
codeApperyio('mobilegrid_107').css('overflow' == 'scroll'); /code
The problem came came it because when I tested it, the grid size just expanded to how ever big it needed to be to hold all of the buttons instead of limiting the size and scrolling to see more results.