v1.4.8j Fix manifest and meta tags NO
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
@extends('app.layout.base')
|
||||
|
||||
@section('content')
|
||||
|
||||
<!--Kan i huske at vi nogen gange så det gammel gui, ja det er så det her-->
|
||||
<!--
|
||||
<main id="main" style="justify-content: space-between;">
|
||||
<div class="d-flex col block-container mt-2">
|
||||
<a href="{{ route('menu-plans.index') }}" class="block text-center mb-1">{{ __('msg.menuplan') }}</a>
|
||||
@@ -21,7 +24,7 @@
|
||||
<img src="{{ URL::asset('/images/icons/instagram.png') }}" class="h-100" alt="Instagram">
|
||||
</a>
|
||||
</div>
|
||||
</main>
|
||||
</main>-->
|
||||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
|
||||
@@ -6,7 +6,19 @@
|
||||
|
||||
@section("content")
|
||||
<main style="background-color: #00788a; height: 100%;">
|
||||
<link rel="manifest" href="/manifest.json">
|
||||
<!--Make the app open in fullscreen-->
|
||||
<link rel="manifest" href="manifest.json">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="application-name" content="Ekapp">
|
||||
<meta name="apple-mobile-web-app-title" content="Ekapp">
|
||||
<meta name="theme-color" content="00788a">
|
||||
<meta name="msapplication-navbutton-color" content="00788a">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<meta name="msapplication-starturl" content="/users/login.blade.php">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<link rel="icon" type="images/svg" sizes="192x192" href="appIcon.svg">
|
||||
<link rel="apple-touch-icon" type="images/svg" sizes="192x192" href="appIcon.svg">
|
||||
<link rel="stylesheet" type="text/css" href="/../../../css/addtohomescreen.css">
|
||||
<script src="/../../../js/addtohomescreen.js"></script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user