android - Determine if mobile user scanned QR code or typed URL in browser? -


is possible determine html 5 or javascript (or via method) whether user entered url mobile browser typing or scanned qr code opened url in browser?

no, isn't possible. depending on whether have control on content of qr-codes, can use deeplink redirects original page (e.g. http://www.yoursite.com/qrcoderedirecting http://www.yoursite.com) , thereby "track" usage of qr-code.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -