egoist / chatkit-docs

Better AI Chat
https://docs.chatkit.app
MIT License
42 stars 4 forks source link

Add META tags to support safari webapp #2

Open Constaline opened 1 year ago

Constaline commented 1 year ago

Add these META tags in page's HEAD tag to support safari webapp

<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="ChatKit">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
egoist commented 1 year ago

I can use chatkit.app as safari web app without these tags 🤔

CleanShot 2023-08-09 at 11 50 01@2x

Constaline commented 1 year ago

It is using for iOS devices 😂

egoist commented 6 months ago

You can already "Add to home screen" on iOS safari without these tags