iOS Question QRCode from Image

stevenindon

Active Member
Licensed User
Hello All,

I have been using this code in B4A sucessfully : https://www.b4x.com/android/forum/t...-qrcode-file-of-image-file.81754/#post-518954

Now i need to have the same thing in B4i. I tried converting the code to B4i as such :

B4X:
    Dim jo As NativeObject = Me
    decoded = jo.RunMethod("decodeQRImage",Array(bm))

But i am getting Error... Anyone has come across of solving this before?

*Please find my attached small example. Works well in B4A
 
Top