diff --git a/demo/index.html b/demo/index.html index 49af040..90dfb75 100644 --- a/demo/index.html +++ b/demo/index.html @@ -144,7 +144,7 @@ Chrome - Firefox + Firefox * Internet Explorer Edge Opera @@ -188,17 +188,19 @@ -

Important note for Hybrid app developers (e.g. PhoneGap\Cordova): this library is not supported for hybrid deployments. +

+ Additional Support Notes: +

+

Hybrid app developers (e.g. PhoneGap\Cordova): this library is not supported 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.

-

- Windows developers: Edge is under consideration for developement support-only. -

* - means that IndexedDBShim.js may be required on this browser/platform. More info available in the README under Dependencies. -

+

+ Firefox may not handle offline SVG-based map tiles correctly, reference Issue #483. There are no plans to fix this bug at this time. +

diff --git a/lib/tiles/README.md b/lib/tiles/README.md index 7d284a4..5b8982b 100644 --- a/lib/tiles/README.md +++ b/lib/tiles/README.md @@ -1,4 +1,4 @@ -##FileSaver.js +## FileSaver.js ============== The awesome FileSaver.js library by Eli Grey is licensed under the MIT/X11 license.