simar88
simar88
I think i've found the solution. Thanks anyway! :) http://docs.opencv.org/doc/tutorials/ios/hello/hello.html#opencvioshelloworld
Hi everyone! After reading https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/User-Agent/Firefox I edited simply the function isFirefox adding a piece of code like this: ` SmartPhone.isFireFox = function() { return (this.getUserAgent().match(/Firefox/i) && (this.getUserAgent().toLowerCase().indexOf("mobile")>-1 || this.getUserAgent().toLowerCase().indexOf("tablet")>-1)); };`...
Any news about this feature? :)