Closed (fixed)
Project:
Mobile Codes
Version:
7.x-2.0
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
26 Dec 2011 at 01:06 UTC
Updated:
8 Dec 2012 at 22:34 UTC
Hello,
I would like to ask if its possible to create QR code which will detect phone number and description (for example Pizza Hut +420 33 6655863).
Right now I have text fild which contain only number. After reading it is detected, but its not detected as phone number (just number). Is it possible to provide data that mobile will recognize type of data? (description, phone number) so its easy to save number later.
I hope I was clear.
Thank you in advance.
Comments
Comment #1
decipheredIt is, yes.
Have a look at the following Custom Formatter, line #15 specifically, the number is prepended telling the reader it's a phone number: http://customformatters.com/formatters/18/phonetoqr
Comment #2
adelka commentedThank you, that's perfect!
Just two things:
1. I used formatter with Phone Number module, where I can "define" country code. But with this formatter, country code is missing (it's not displayed with number and also not scanned in QR code).
2. Is it possible to use it without colorbox, so the code won't be shown in pop up window but directly on the page?
Comment #4
javdich commented@adelka
Im trying to do the same, print the QR code directly to the page instead of using colorbox. Did u figure this out?
Comment #5
adelka commentedUnfortunately I did not :(