nodeSolidServer / nodeSolidServer/node-solid-server
Can't access login on iOS fullscreen
Ninguém assumiu esta issue ainda.
- Linguagem predominante
- JavaScript
- Estrelas
- 1.8k
- Forks
- 308
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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!
Guia de contribuição
Primeiros passos
- Leia a issue inteira e depois o guia de contribuição do projeto.
- Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
- Faça um fork do repositório e trabalhe em uma branch.
- Abra um pull request que referencie o número da issue.
Direção de pesquisa
Comece em node-solid-server/default-views/auth/login.hbs e compare seu elemento head com a documentação de meta-tags do Apple Safari vinculada na issue. Verifique se a página de login mantém a sessão quando aberta a partir de uma aplicação Angular executada em tela cheia no iOS; considera-se concluído quando o comportamento de login em tela cheia solicitado for confirmado ou sua limitação restante for documentada.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- angular, javascript
- Domínio
- authentication, web-dev
- Tipo de issue
- Funcionalidade
- Dificuldade
- 1/5
- Tempo estimado
- Menos de uma hora
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100