Skip to content

Instantly share code, notes, and snippets.

@andrewsheley
andrewsheley / gist:8077a245027e4b06f5b7bb89efc6aa1e
Created July 13, 2019 22:17
Xamarin FontAwesome as Icons FAQ
To Use FontAwesome
1. Download Free FontAwesome fonts from website, grab the "Web" fonts. URL:https://fontawesome.com/download
2. Unzip and copy the font file into both Android and IOS projects. Verify build action.
a. For IOS add entry to info.plist at bottom before </dict> element.
<key>UIAppFonts</key>
<array>
<string>fa-solid-900.ttf</string>
</array>
@using (Html.BeginForm("Reprint", "Home"))
{
<div class="row">
<div class="col-md-2">
<div class="form-group">
<label>Expiration Date</label>
<input id="txtDate" class="form-control" type="date" />
</div>
</div>