I have a quesion about URI scheme (tel).
<a href="tel:123456789">TEL</a>
<a href="mailto:test@tizen.org">MAIL</a>
When the above URI schemes are specified, the both schemes work just fine on default web browser.
The "tel" scheme launches the dial app, and so does "mailto" the default email app.
But, when "tel" is specified in web app, my emulator crashes, and don't seem to work at all...
I can handle the click event in my javascript code, and launch the dial app myself, but I would like to know if I can do it without javascript.
Is it a known bug on Tizen ?
Do you know when will it be fixed ? Or, are there any ways that I can avoid this ?