Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.2.1
-
- Using a tablet, go to a survey of type COLLES.
- Check you can tap on the radio buttons and they select correctly.
-
MOODLE_32_STABLE
-
MOODLE_33_STABLE
-
Moodle Mobile 3.3.0
Description
In survey in tablet we use the default input radio buttons, since Ionic ion-radio is designed to show 1 item per row. These default buttons are small and hard to click.
Input radio doesn't support padding, so I was thinking that we should create a directive and apply it to the container div. When this div is clicked, the inner input radio should be clicked via JS.