Great! Thank you for update.
Great! Thank you for update.
same problems as yesterday...
Hello Alex,
We are sorry for inconvenience, again. Could you please try now?
now is OK
Is anyone else experiencing troubles with the camera service after the update of today?? Every time I open my apps in the appery tester or with an apk file, I can't access the cameraservice anymore. This doesn't happen with all my apps, just one. I've tried deleting the app and creating it again with a backup, but it didn't help. .
Hello Dirk,
We just tested camera component and it works correctly. We haven't received such issues from customers except yours. Could you please check, do you have any errors in console?
I'll tell you something I have a problem with... every time I scan anything with the barcode scanner there is a leading zero returned.
So now I have to do this on the string returned....
var str = value;
var n = str.length;
if (n==13){
if( str.charAt( 0 ) === '0' )
str = str.slice( 1 );
}
return str;
That uses the camera... maybe it's a hint
Hello Evgene,
I guess it was something temporary. It's working again!