Closed beaufortfrancois closed 8 years ago
Yes, you're right. I've also spotted that recently: https://github.com/NOtherDev/whatwebcando/issues/16 I'll handle that soon. Thanks!
Added an alert with a standalone mode link. Thanks!
It would be nice to not show the warning message if you're in standalone mode:
document.getElementById('alert').hidden = (window.self === window.top);
That makes sense. Added, thank you again!