AlexFlorides / javascript-calculator

A simple calculator built using HTML, CSS and JavaScript

Home Page:https://alexflorides.github.io/javascript-calculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uni-code issue rendering on ipadOS

cuter-doc0 opened this issue · comments

came across an issue where if server is not explicit about unicode the render will fail on an ipad - adding the below to the index.html head resolved the issue:

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">

Screenshot of error:
IMG_E3970036501A-1

Nice observation. Wanna fix it and create a new pull request to merge it?