I’m not sure if there is any topic related to this is avaiable or not { I didn’t found any }, But by using this method that i’m going to explain you haere you can easily geberate QR codes in #thunkable-cross thunkableX apps using default image compoennt.
Here is ‘How i have donr this!’
To create QR codes we use
- One image component to display/load QR code
- One Button to perform action/call main url
- One text box to set value of the QR code
and chat.googleapisURL i.e
https://chart.googleapis.com/chart?chs={Image_Size}&cht=qr&chl={Value_Of_QR }
Example URL [ https://chart.googleapis.com/chart?chs=512x512&cht=qr&chl=I%20Love%20Thunkable-X ]
Blocks Screenshot
Output
Hope this method is easy and useful for creating QR codes in x.thunkable using image compoennt only. If you have any query or suggestion feel free to comment, and if you found this info useful hit
~Ct tricks