commit
10b662d8c1
@ -11,3 +11,17 @@ table tr.category_header {
|
|||||||
table .description {
|
table .description {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-chevron-desktop,
|
||||||
|
.icon-chevron-mobile {
|
||||||
|
background-image: url("../img/glyphicons-devices.png");
|
||||||
|
background-position: 0 0;
|
||||||
|
}
|
||||||
|
.nav-list > .active > a > .icon-chevron-desktop,
|
||||||
|
.nav-list > .active > a > .icon-chevron-mobile
|
||||||
|
{
|
||||||
|
background-image: url("../img/glyphicons-devices-white.png");
|
||||||
|
}
|
||||||
|
.icon-chevron-mobile {
|
||||||
|
background-position: 0 -14px;
|
||||||
|
}
|
||||||
|
BIN
website/assets/img/glyphicons-devices-white.png
Normal file
BIN
website/assets/img/glyphicons-devices-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 848 B |
BIN
website/assets/img/glyphicons-devices.png
Normal file
BIN
website/assets/img/glyphicons-devices.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 238 B |
@ -102,8 +102,8 @@ $pages = Array (
|
|||||||
'home' => '<i class="icon-home"></i> Home',
|
'home' => '<i class="icon-home"></i> Home',
|
||||||
'news' => '<i class="icon-list"></i> News',
|
'news' => '<i class="icon-list"></i> News',
|
||||||
'faq' => '<i class="icon-question-sign"></i> FAQ',
|
'faq' => '<i class="icon-question-sign"></i> FAQ',
|
||||||
'desktop' => '<i class="icon-chevron-right"></i> Desktop',
|
'desktop' => '<i class="icon-chevron-desktop"></i> Desktop',
|
||||||
'mobile' => '<i class="icon-chevron-right"></i> Mobile',
|
'mobile' => '<i class="icon-chevron-mobile"></i> Mobile',
|
||||||
'test' => '<i class="icon-wrench"></i> Test Builds',
|
'test' => '<i class="icon-wrench"></i> Test Builds',
|
||||||
'developer' => '<i class="icon-cog"></i> Developers',
|
'developer' => '<i class="icon-cog"></i> Developers',
|
||||||
'about' => '<i class="icon-info-sign"></i> About',
|
'about' => '<i class="icon-info-sign"></i> About',
|
||||||
|
@ -2,23 +2,6 @@
|
|||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
<li>
|
|
||||||
<h4 id="mobile-login">Login on mobile doesn't work!</h4>
|
|
||||||
<p>
|
|
||||||
Many users are seeing the error message <b>Error: Server Error</b> when attempting to log in on mobile.
|
|
||||||
To get past this and log in successfully, you can try to
|
|
||||||
<ol>
|
|
||||||
<li>Exit IITC and try again. Some people have success after a number of tries, <i>or</i></li>
|
|
||||||
<li>Cancel when asked to choose an account, and manually enter your email address and password into the web page</li>
|
|
||||||
</ol>
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
As far as we can tell this isn't an IITC Mobile issue - using the Chrome browser on android, which also supports
|
|
||||||
Google login, can give similar issues. Further discussion on this is happening in
|
|
||||||
<a href="https://github.com/jonatkins/ingress-intel-total-conversion/issues/497">github issue #497</a>.
|
|
||||||
</p>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<h4 id="not-activated">I get a message saying my account isn't activated</h4>
|
<h4 id="not-activated">I get a message saying my account isn't activated</h4>
|
||||||
<p>
|
<p>
|
||||||
|
@ -24,12 +24,11 @@ install from the link below.
|
|||||||
<h3>Known issues</h3>
|
<h3>Known issues</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
IITC Mobile is still in the early stages of development. Many things do not yet work right. Major known issues are:
|
IITC Mobile has some known problems, major issues are:
|
||||||
<ol>
|
<ol>
|
||||||
<li>Some users get <b>Error: Server Error</b> when logging in. See the FAQ for possible workarounds.</li>
|
<li>Some plugins do not work well, or at all.</li>
|
||||||
<li>Some plugins do not work well, or at all, at this time.</li>
|
<li>Pinch zoom hangs on some devices.
|
||||||
<li>Serious issues exist on Android 4.0 devices.
|
<a href="https://github.com/jonatkins/ingress-intel-total-conversion/issues/257">details</a>.</li>
|
||||||
<a href="https://github.com/jonatkins/ingress-intel-total-conversion/issues/90">details</a>.</li>
|
|
||||||
</ol>
|
</ol>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user