Add troubleshooting guide for when user tries to connect through incompatible app
Summary: This diff adds documentation and matrix explaining the supported iOS builds. It also tells about the way to enable www cert exchange. Reviewed By: mweststrate Differential Revision: D27676056 fbshipit-source-id: 5c8b1d0e73dd95c3ebc534fb0df7505151a6e6be
This commit is contained in:
committed by
Facebook GitHub Bot
parent
830e380127
commit
6bd3eee0ee
@@ -517,3 +517,20 @@ footer iframe {
|
|||||||
.navbar-github-link:hover:after {
|
.navbar-github-link:hover:after {
|
||||||
opacity: 0.5;
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ios-support-matrix {
|
||||||
|
width: 70%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.ios-support-matrix th {
|
||||||
|
background: grey;
|
||||||
|
word-wrap: break-word;
|
||||||
|
text-align: center;
|
||||||
|
border: 1px solid black;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ios-support-matrix .supported { background: green; color: white}
|
||||||
|
.ios-support-matrix .not-supported { background: red; color: white}
|
||||||
|
.ios-support-matrix td {
|
||||||
|
border: 1px solid black;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user