Merge branch 'master' into gh-pages

This commit is contained in:
Andy Gup 2017-05-22 09:45:06 -06:00
commit dafff8766e
2 changed files with 9 additions and 7 deletions

View File

@ -144,7 +144,7 @@
<tr>
<td></td>
<th>Chrome</th>
<th>Firefox</th>
<th>Firefox *</th>
<th>Internet Explorer</th>
<th>Edge</th>
<th>Opera</th>
@ -188,17 +188,19 @@
</tr>
</tbody>
</table>
<p class="lead"><strong>Important note for Hybrid app developers (e.g. PhoneGap\Cordova):</strong> this library is <strong>not supported</strong> for hybrid deployments.
<p class="lead">
<strong>Additional Support Notes:</strong>
</p>
<p class="lead"><strong>Hybrid app developers (e.g. PhoneGap\Cordova):</strong> this library is <strong>not supported</strong> for hybrid deployments.
There are too many different variations of iOS and Android browser's and versions to make this feasible.
We've only done very limited proof-of-concept testing using WebView.
Make sure you do thorough testing on as many different phones and tablets as possible.
One suggestion is to build a test app and run the Unit Test suite which is in this project under /test.
</p>
<p class="lead">
<strong>Windows developers:</strong> Edge is under consideration for developement support-only.
</p>
<span class="text-success"><span class="glyphicon glyphicon-ok">*</span></span> - means that <a href="https://github.com/axemclion/IndexedDBShim"> IndexedDBShim.js</a> may be required on this browser/platform. More info available in the <a href="https://github.com/Esri/offline-editor-js"> README </a> under Dependencies.
<p></p><p></p>
<p></p>
<span class="glyphicon glyphicon-asterisk"></span> Firefox may not handle offline SVG-based map tiles correctly, reference <a href="https://github.com/Esri/offline-editor-js/issues/483">Issue #483</a>. There are no plans to fix this bug at this time.
<p></p>
</div>
</div>

View File

@ -1,4 +1,4 @@
##FileSaver.js
## FileSaver.js
==============
The awesome FileSaver.js library by Eli Grey is licensed under the MIT/X11 license.