-
Bug
-
Resolution: Fixed
-
Minor
-
3.5.2
-
-
MOODLE_35_STABLE
-
MOODLE_36_STABLE
-
Moodle Mobile 3.6.0
The moodle app on the iphone, version 3.5.2, doesn't support the details tag in labels on the main page. It does support the details tag in page resources. This is an inconsistency. The html code will work in a page but not in a label. It does work in browser access to moodle. The deficiency is that the expanded content isn't accessible when tapped. The only information available is the summary.
<details>
<summary>Click here for more information</summary>
<p>This is the expanded content....</p>
</details>