Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.5.2
-
Fix Version/s: None
-
Component/s: iOS, Mobile features
-
Labels:
-
Affected Branches:MOODLE_35_STABLE
Description
The html rendering within the moodle app doesn't currently support material icons (initially developed by Google) and now found at https://material.io/tools/icons/
This icon collection allowed for a special use of fonts and <i> tags with material-icon classes.
Examples:
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<i class="material-icons">person</i><br>
<i class="material-icons">email</i><br>
<i class="material-icons">phone</i></br>
<i class="material-icons">schedule</i>
In the app, the words appear instead of the icons.