nodeSolidServer / nodeSolidServer/node-solid-server

Can't access login on iOS fullscreen

未关闭
#1,182 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

主要语言
JavaScript
星标
1.8k
派生
308
PR 合并指标
30 天内没有已合并 PR

描述

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!

贡献指南

打开贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

调研方向

从 node-solid-server/default-views/auth/login.hbs 开始,将其 head 元素与 issue 中链接的 Apple Safari meta-tag 文档进行比较。验证从在 iOS 上以全屏运行的 Angular 应用中打开登录页面时,登录页面是否会保留 session;完成意味着已确认所请求的全屏登录行为,或已记录其仍然存在的限制。

由索引模型根据 Issue 内容生成。

评估

技术栈
angular, javascript
领域
authentication, web-dev
Issue 类型
功能
难度
1/5
预计耗时
1 小时以内
活跃度
停滞
描述清晰度
基本清楚
新手友好度
45/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。