You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I personally use Detexify on my iPad, so I added a shortcut to my homescreen, but it doesn't have an icon. (It defaults to a very small site preview) This isn't really a big problem, but it would be a very small nice to have.
If you have a bigger version of the favicon, we could set it as an homescreen icon. (Or something else)
Homescreen icons can be added by adding the following line to the <head> section of the document: <link rel="apple-touch-icon" href="/path/to/icon/apple-touch-icon.png">
The text was updated successfully, but these errors were encountered:
c-schuhmann
changed the title
Add an homescreen icon to for iOS devices
Add an homescreen icon for iOS devices
Sep 13, 2020
This doesn't solve your issue specifically, but I made an app for iPhones and iPads built using Detexify's training data :) Its free on the App Store and doesn't require an internet connection to work. It has a passable app icon :)
I use a different algorithm from Detexify, and it could be improved further. But I'm happy with where it is right now. Let me know how you find it!
I personally use Detexify on my iPad, so I added a shortcut to my homescreen, but it doesn't have an icon. (It defaults to a very small site preview) This isn't really a big problem, but it would be a very small nice to have.
If you have a bigger version of the favicon, we could set it as an homescreen icon. (Or something else)
Homescreen icons can be added by adding the following line to the
<head>
section of the document:<link rel="apple-touch-icon" href="/path/to/icon/apple-touch-icon.png">
The text was updated successfully, but these errors were encountered: