Code Monkey home page Code Monkey logo

Comments (3)

cloudlena avatar cloudlena commented on August 24, 2024

You might consider adding the meta tags:

<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">

from swissunihockey-game-schedule-pdf-creator.

cloudlena avatar cloudlena commented on August 24, 2024

Also, to make it an app which feels more native, you can add the following meta tags to your HTLM:

<!-- disable browser interface if app is added to homescreen -->
  <!-- android -->
  <meta name="mobile-web-app-capable" content="yes">
  <!-- iOS -->
  <meta name="apple-mobile-web-app-capable" content="yes">
  <meta name="apple-mobile-web-app-status-bar-style" content="translucent-black">
  <meta name="apple-mobile-web-app-title" content="LunchDiscount">

  <!-- add custom icon if app is added to homescreen -->
  <!-- android -->
  <link rel="shortcut icon" sizes="196x196" href="assets/img/ld_icon196.png">

  <!-- iOS -->
  <link rel="apple-touch-icon" sizes="76x76" href="assets/img/ld_icon76.png">
  <link rel="apple-touch-icon" sizes="120x120" href="assets/img/ld_icon120.png">
  <link rel="apple-touch-icon" sizes="152x152" href="assets/img/ld_icon152.png">

from swissunihockey-game-schedule-pdf-creator.

rufer7 avatar rufer7 commented on August 24, 2024

@mastertinner thanks a lot for your hints! Adding the meta tags fixed the issue!

from swissunihockey-game-schedule-pdf-creator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.