Radiobuttons not rendering correctly
hazcod opened this issue · 4 comments
Hi,
Using your theme in an assignment for school and loving it!
We're trying to generate some radio buttons, but they just won't show up correctly.
Any idea what we're doing wrong?
@hazcod could you share your html page somewhere perhaps on http://jsbin.com/ We haven't touched this theme in a while so there could be a bug. What version of JQM are you using?
Update: I tried fiddling around a bit and it seems the radio buttons only work when placed directly under a div with role "page". (with a fieldset etc)
If you don't mind logging in via facebook/google/... (it's via auth0, so no worries); http://d00med.net/cordova/#question?id=4
Page src: https://github.com/HazCod/Quackr/blob/master/js/templates/question.html
Index src: https://github.com/HazCod/Quackr/blob/master/index.html
Edit: Could also be I'm doing the scaffolding wrong. hm.