Announcement

Collapse
No announcement yet.

Give webapplication native app functionality

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Give webapplication native app functionality

    Hi,

    Is it possible te add following code voor native app functionality?

    Put code in main.html

    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black''>
    <link rel="apple-touch-icon" href="touch-icon-iphone.png">
    <link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png">
    <link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png">
    <link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png">

    Still working on splashscreen.

    Would be great if this is possible.

    Thanks in advance

  • #2
    Need to check what this makes.

    Comment

    Working...
    X