[b2g] Add compatibility does not work for me

2013-11-12 Thread Simon Pfundstein
mage: http://postimg.org/image/pjqcixlxt// /Our application: https://marketplace.firefox.com/app/touchcalc-web/ Kind regards, Simon Pfundstein ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Appcache manifest file seems to be cached itself (and some more problems)

2013-11-12 Thread Simon Pfundstein
Maybe this helps? http://www.era404.com/info/disabling-caching-with-htaccess/ Cheers Am 12.11.2013 11:07, schrieb Julien Wajsberg: Le 09/11/2013 18:13, Berni a écrit : Could it be the normal HTTP Cache ? see https://bugzilla.mozilla.org/show_bug.cgi?id=834285 I think thats the problem. Try

[b2g] Update of hosted FirefoxOS app

2013-11-07 Thread Simon Pfundstein
PPLICATION/TouchCalc/manifest.webapp (Valid JSON and all I changed is: I added "locales" and changed version to "1.1.0"). Thank you, Simon Pfundstein ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

[b2g] Vibrate on tap

2013-09-21 Thread Simon Pfundstein
Hi, is there a way to let the FirefoxOS device vibrate as soon as the user taps onto the screen? I mean at "touch DOWN" not "touch up" window.onclick = function() { navigator.vibrate(96); } Works but of course it vibrates as soon as the user releases the fringer from the screen. I wan

[b2g] In-App Payments

2013-06-16 Thread Simon Pfundstein
Hello, the documentations of Mozilla still say "The Firefox Marketplace does not currently support paid apps or in-app payments. We hope to enable this feature for testing in /May 2013/." What is the actual status? Thank you, Simon ___ dev-b2g mai

[b2g] document.execCommand(...) - Access to XPConnect service denied - How to ask for THIS permission?

2013-06-11 Thread Simon Pfundstein
Hi there, I want to use document.execCommand("cut") / document.execCommand("copy") / document.execCommand("paste") within my packaged FirefoxOS app, but the console says the following: "NS_ERROR_DOM_XPCONNECT_ACCESS_DENIED: Access to XPConnect service denied @ app[...]" The message is very c