Allowing phone links

  • Thread starter Thread starter Daan
  • Start date Start date
D

Daan

When I open a local html file with the following code in it:

<a href=\"tel:0612345678\">0612345678</a>

the device will launch the phone app to call the given number, when
the link is tabbed. But when I use the same code in a webbrowser
component inside a managed application, a security warning shows,
"Some content cannot be displayed due to the Pocket PC security
settings."

How can I make it work, either by changing something in my
application, or by changing a setting on the device?
Thanks,
Daan
 
When I open a local html file with the following code in it:

<a href=\"tel:0612345678\">0612345678</a>

the device will launch the phone app to call the given number, when
the link is tabbed. But when I use the same code in a webbrowser
component inside a managed application, a security warning shows,
"Some content cannot be displayed due to the Pocket PC security
settings."

How can I make it work, either by changing something in my
application, or by changing a setting on the device?
Thanks,
Daan

I have switched to the OpenNETCF WebBrowser control. This has the
advantages that I can
- disable the context menu
- catch the Navigating event and 'manually' start a phone call.

Daan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top