in my ios application, I have implemented the zbar qr sdk code scanner into my application. The user scans a qr code, and the contents go to a text field(Non-Editable type).
What I was wondering, is there a way that I can make the app automatically opens safari (if qr code is a link), mail (if the qr code is an email), phone (if qr code is a phone #). If I did this, it would help the app become more automated and user friendly. Thanks.