nodeSolidServer / nodeSolidServer/node-solid-server

Can't access login on iOS fullscreen

オープン
#1,182 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

主要言語
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. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

調査の方向性

node-solid-server/default-views/auth/login.hbs から始め、そこにある head 要素を、issue にリンクされている Apple Safari の meta-tag ドキュメントと比較します。iOS 上でフルスクリーン表示されている Angular アプリケーションからログインページを開いたときに、セッションが維持されるかを確認します; requested fullscreen login behavior が確認されるか、残っている制限が文書化されれば完了です。

索引モデルが issue の本文から書いたものです。

評価

技術スタック
angular, javascript
領域
authentication, web-dev
issue の種類
機能追加
難易度
1/5
見積もり時間
1時間未満
活発さ
停滞
明瞭さ
おおむね明確
初心者へのやさしさ
45/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。