Open coldes opened 7 years ago
Hi @coldes Thanks for your comments! I'll definitely use 3, good idea.
Question: what is the purpose of Apple specific lines (<meta content="yes" name="apple-mobile-web-app-capable" /><meta name="apple-mobile-web-app-status-bar-style" content="black" /><meta name="apple-mobile-web-app-title" content="File Share">
), what does it do on Mac/iPhone?
Same question for <link rel="apple-touch-icon-precomposed" sizes="180x180" href="touch-icon-180x180.png" />
.
About 5: would you do a favicon with half rose(or is it red?) on top, and half blue rectangle on bottom (same colors as the site)?
I'm open for a pull request :)
... re apple stuff - makes this web page on ios when "add to home screen" a web app - ie now has a screen icon, and launches full screen when tapped - and yes #5 would make a fitting fav icon - I'm just using my own branding icon - if you want - can create a favicon and app icon graphics based on site and send thru
On 27 October 2017 at 20:55, josephernest notifications@github.com wrote:
Hi @coldes https://github.com/coldes Thanks for your comments! I'll definitely use 3, good idea.
Question: what is the purpose of Apple specific lines (<meta content="yes" name="apple-mobile-web-app-capable" /><meta name="apple-mobile-web-app-status-bar-style" content="black" /><meta name="apple-mobile-web-app-title" content="File Share">), what does it do on Mac/iPhone?
Same question for <link rel="apple-touch-icon-precomposed" sizes="180x180" href="touch-icon-180x180.png" />.
About 5: would you do a favicon with half rose(or is it red?) on top, and half blue rectangle on bottom (same colors as the site)?
I'm open for a pull request :)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/josephernest/Yopp/issues/1#issuecomment-339928179, or mute the thread https://github.com/notifications/unsubscribe-auth/ABXeHI8vkpW78nAGqPrpHy369rdsEtLhks5swaiTgaJpZM4QIr2m .
@coldes Feel free to do a pull request with all these things, it seems useful!
PS: what does <meta http-equiv="X-UA-Compatible" content="IE=Edge" />
do?
On 3 November 2017 at 21:56, josephernest notifications@github.com wrote:
@coldes https://github.com/coldes Feel free to do a pull request with all these things, it seems useful!
PS: what does do?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/josephernest/Yopp/issues/1#issuecomment-341672928, or mute the thread https://github.com/notifications/unsubscribe-auth/ABXeHH0SglioZAiqvAirURH9Ol4lC-8nks5syvFPgaJpZM4QIr2m .
...First of all - nice job - a couple of tweaks you might consider
if (empty($_FILES['data']['tmp_name'])) { echo 'ERROR (no file sent)'; die(); }
echo 'DONE (NEW UPLOAD)';die();
regards, Col