Starting the android zxing scanner via web app doesn't seem to work
问题 My starting point for scanning from a web app was this article here Then i realized it was as simple as clicking a link like this http://zxing.appspot.com/scan?req=http%3A%2F%2FLOCAL_SERVER_NAME%2FMY_APP_NAME%2FMY_SERVLET%3Fcode%3D%7BCODE%7D but it didn't work. My web app is simple like this (using ajax from jquery) $("#onebutton").click(function(){ $.ajax({ url: "http://zxing.appspot.com/scan", success:function(){ alert("success"); }, error:function(){ alert("error"); }, data:{ req:"http%3A