nodeSolidServer / nodeSolidServer/node-solid-server
Can't access login on iOS fullscreen
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- JavaScript
- Sterne
- 1.8k
- Forks
- 308
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Hi!
I am part of a team of students who are developing a chat application based in the Solid principles.
We have a problem with the application and it is because we have made it to work fullscreen on iOS just adding two meta tags to the html documents in Angular.
The thing is that we are unable to use the application in this mode because when we try to do the login, the Solid login page doesn't implement these tags and hence it redirects the user to the browser, resulting in the application not getting the session.
I was wondering if I could add these tags to the head element of the file in node-solid-server/default-views/auth/login.hbs.
The specific tags would be these:
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
I am not 100% sure this will solve all the problems running the application fullscreen on iOS, but I thought it was worth a try.
Thank you!
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Beginnen Sie in node-solid-server/default-views/auth/login.hbs und vergleichen Sie dessen head-Element mit der im Issue verlinkten Dokumentation von Apple Safari zu Meta-Tags. Überprüfen Sie, ob die Login-Seite die Sitzung beibehält, wenn sie aus einer Angular-Anwendung geöffnet wird, die unter iOS im Vollbildmodus läuft; abgeschlossen bedeutet, dass das angeforderte Vollbildverhalten beim Login bestätigt oder seine verbleibende Einschränkung dokumentiert ist.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- angular, javascript
- Bereich
- authentication, web-dev
- Issue-Typ
- Feature
- Schwierigkeit
- 1/5
- Geschätzter Aufwand
- Unter einer Stunde
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 45/100