-
Notifications
You must be signed in to change notification settings - Fork 355
QR Code encoding
Nikolaos Ftylitakis edited this page Feb 15, 2018
·
2 revisions
QR encode works for the following examples:
| Type | Content |
|---|---|
| URL | URLTO:google.com/m |
| mailto:ftylitak@example.com | |
| Telephone | tel:+1-212-555-1212 |
| Contact information | MECARD:N:Bob,Ian;ADR:1st Avenue, 4th Floor, Berlin;TEL:12125551212;EMAIL:bob@example.com;; |
| SMS | sms:+1-212-555-1212:this is the text |
| GEO | geo:40.71872,-73.98905,100 |
| WIFI | WIFI:T:WPA;S:mynetwork;P:mypass;; |
Examples that do not work:
| Type | Content |
|---|---|
| BIZCARD | BIZCARD:N:Bob;X:Ian;T:Software Engineer;C:Google;A:76 1st Avenue, Berlin;B:+12125551212;E:bob@google.com;; |