Dear dev,
I have trouble scanning QR code generated using chart.googleapis.com. When I scan the QR code, it will only read until ?name.
Below is the function that I put into Image
"https://chart.googleapis.com/chart?cht=qr&chl=" & "My Website URL/?name=" & EncodeUrl(nameLbl.Text) & "&company=" & EncodeUrl(companyLbl.Text) & "&position=" & EncodeUrl(positionLbl.Text) & "&email=" & EncodeUrl(emailLbl.Text) & "&phone=" & EncodeUrl(mobilePhoneLbl.Text) & "&officephone=" & EncodeUrl(officePhoneLbl.Text) &"&chs=300x300"
Is there any limitation on the google chart api?
Appreciate helps or advices for fellow senior developers.
Thank you.