Hi list, I'd like to create a few webapps for FFOS using my webapp library but it seems i really have a problem with mime types. What's kina weird is that it works fine on the FFOS emulator in Firefox but fails on my OpenZTE (yep, bought one \o/)
Here the exact same file as plain text: http://emy-library.org/sandbox/firefoxos/manifest.webapp which fails everywhere Here is one served by PHP, which is the exact same content, but forcing Content-type: <?php header('Content-type: application/x-web-app-manifest+json'); ?> http://emy-library.org/sandbox/firefoxos/manifest.php which works ok in FFOS emulator and pass the appmarket validator, but fails on the device. And finnally, this is my htaccess file AddDefaultCharset utf-8 AddType text/cache-manifest .appcache AddType application/x-web-app-manifest+json .webapp App is available here: http://emy-library.org/sandbox/firefoxos/ Any help would be very appreciate! Remi _______________________________________________ dev-webapps mailing list [email protected] https://lists.mozilla.org/listinfo/dev-webapps
