Link to home
Start Free TrialLog in
Avatar of Bruce Gust
Bruce GustFlag for United States of America

asked on

How can I get my Android users to see these options?

Attached is a mockup of the MECARD that my iPhone users are getting after they scan a certain QR code.

My Android users are getting the same info except for the web address. How do I need to code things so my Android users are getting the website?

Here's the image: http://www.myqardboard.com/images/qardboard_mecard.png

Here's my php code: http://chart.apis.google.com/chart?cht=qr&chs=140x140&chl=MECARD:N:<?php echo $last_name; ?>, <?php echo $first_name; ?>;ORG:<?php echo $the_company; ?>;TEL:<?php echo $the_phone; ?>;EMAIL:<?php echo $the_email; ?>; URL:<?php echo $the_url; ?>">

My Android users don't see the "URL." iPhone users do. What do I need to do different?
Avatar of COBOLdinosaur
COBOLdinosaur
Flag of Canada image

If you post a link to the page you might get an Expert to show enough interest to post a response.

Cd&
Avatar of Bruce Gust

ASKER

ASKER CERTIFIED SOLUTION
Avatar of Rob
Rob
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I see it!

I fixed that and I also learned today that not all QR Scanners are created equal. I'm going to reconfigure my page so there's another option for just the URL so I've got all my bases covered.

Thanks!