android - jQuery webcam plugin not working with mobile browsers -
hi using this plugin in application going use in android browsers also. got message on firefox 'plugin needed' when go adobe flugin says no plugin available device. chrome on android says plugin not supported...
what suppose do? how work on cellphone , tablet also?
this solution never work in mobiles, here why.
$("#camera").webcam({ width: 320, height: 240, mode: "callback", swffile: "/download/jscam_canvas_only.swf", ontick: function() {}, onsave: function() {}, oncapture: function() {}, debug: function() {}, onload: function() {} });
this jscam_canvas_only.swf
flash object can't not work in mobiles.
Comments
Post a Comment