nodeSolidServer / nodeSolidServer/node-solid-server
Can't access login on iOS fullscreen
還沒有人認領這個 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!
貢獻指南
從這裡開始
- 先讀完整個 Issue,再讀專案的貢獻指南。
- 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
- Fork 儲存庫,在一個分支上完成修改。
- 送出 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