Jump to content

HunterBeckham

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by HunterBeckham

  1. I Am Creating A iOS WebApp [ StandAlone] Which Looks Like A iOS Application The Only Difference That It Written In HtmlAnd JavascriptWhen You Go To A Website and click on add to home screen it creates an icon with the site content

    [webclip]

    i have created a website and i need help with one little detail

    i found that script in my site it permit all links to open in the webapp

    i was trying to make the links open in safari but when i manage to do that, the navigation menu doesn't work

    could any one help me please ?heres the code

    Detect if iOS WebApp Engaged and permit navigation without deploying Safari

    (function(a,b,c){if(c in b&&b[c]){var d,e=a.location,f=/^(a|html)$/i;a.addEventListener("click",function(a){d=a.target;while(!f.test(d.nodeName))d=d.parentNode;"href"in d&&(d.href.indexOf("http")||~d.href.indexOf(e.host))&&(a.preventDefault(),e.href=d.href)},!1)}})(document,window.navigator,"standalone")
    i need to open the links in safari rather than the webapp thats it :D
×
×
  • Create New...