Air 3.7 (android) javascript issue in stagewebview
Hi
I have simple javascript code runing in stagewebview:
// javascript atob() is used for base64 decoding.
var serializeObject = JSON.parse(atob("eyJjYWxsQmFjayI6IltTV1ZDYWxsQmFja11pbml0SlMiLCJtZXRob2QiOiJpbml0SlMiLCJhcmd1bWVudHMiOltdfQ=="));
alert(serializeObject.method);
publishing in AIR 3.5 -android, the code works, but publishing in AIR 3.7 failed.
thanks for any help in adavance!
thanks,
Jackie
