reactive skin content question
Last Post 11/17/2013 3:12 PM by Toddah. 3 Replies.
Author Messages
Toddah
Nuker
Nuker
Posts:15


--
11/14/2013 9:47 AM
    I am working with a reactive skin on a new site I am developing and I am curious as to what determines what content is not displayed on a mobile device when the skin reconfigures the site for mobile display.

    Also is there a way to place a button or graphic on a mobile site that will use the smart phone to dial the assigned number when the link is pressed?
    I found some coding snippits that are supposd to do just that but when I placed an HTML container on the page and configured it with the correct phone numbers it shows up on the PC web browser and actually asks permission to launch another app to dial when clicked but on a Windows phone as well as Iphone the HTML module does not even show up on the page.
    Can anyone teach a man to fish?

    Toddah
    Nuker
    Nuker
    Posts:15


    --
    11/16/2013 10:41 AM
    I got the click to dial graphic working, I still need out figure out what determines the content that is displayed on a mobile display Vs what is displayed on a standard web browser view.
    Any help ??
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    11/16/2013 9:57 PM
    Take a look at this: http://www.tastyplacement.com/how-t...ck-to-call

    I haven't played with this, but I think that the main trick is including "tel:" in the href.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    Toddah
    Nuker
    Nuker
    Posts:15


    --
    11/17/2013 3:12 PM
    Here is what I used and it worked well.

    Click to Call


    ---