(Gelöst) Tabletui schießt Fully Kiosk Browser ab

Begonnen von Rolfg, 04 März 2018, 18:32:14

Vorheriges Thema - Nächstes Thema

Rolfg

Hallo,

ich habe seit kurzem das Problem das beim öffnen einer Tabletui Seite sich der Fully Kiosk einfach schließt. Die Sanduhr dreht sich noch kurz und ist ende. Das passiert auf einem Android Tablet und auch auf einem Android Smartphone. Also denke ich liegt der Fehler entweder an meinen Seiten oder am Fully. Hat sonst noch wer diese Probleme oder weiß eventuell an was es liegt. Kahm iregendwei von jetzt auf gleich. Habe auch nix an den Webseiten verändert.

Hier mal ein list von WEB:


Internals:
   CONNECTS   593
   DEF        8083 global
   FD         6
   NAME       WEB
   NR         5
   NTFY_ORDER 50-WEB
   PORT       8083
   STATE      Initialized
   TYPE       FHEMWEB
Attributes:
   csrfToken  none
   editConfig 1
   longpoll   websocket
   menuEntries restart,cmd=shutdown+restart,update,cmd=update,updatecheck,cmd=update+check,reloadMyUtils,cmd=reload+99_myUtils.pm
   stylesheetPrefix dark



Und mal der Anfang von meiner Index.html:


<!DOCTYPE html>
<html>
<head>
<title>FHEM - Hausautomatisierung</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
<!--<meta name="shortpoll-interval" content="120">-->
<!--<meta name="shortpoll-only-interval" content="30">-->
<!--<meta name="longpoll-delay" content="0">-->
    <meta name="longpoll_type" content="websocket">
<meta name='longpoll_maxage' content='240'>
<meta name="web_device" content="WEB">
    <meta name="debug" content="0"> <!-- 1= Output to console; 0= No output -->
<meta name="toast" content="1"> <!-- 1,2,3...= n Toast-Messages, 0: No Toast-Messages -->
<meta name="gridster_disable" content='1'>
<meta name='gridster_resize' content='0'>
   
<!-- Cache -->
    <meta http-equiv="Cache-Control" content="no-store" />

<!-- Style CSS -->
    <link rel="stylesheet" href="css/fhem-tablet-ui.css" />
    <link rel="stylesheet" href="lib/font-awesome.min.css" />
<link rel="stylesheet" href="lib/material-icons.min.css" />
    <link rel="stylesheet" href="lib/jquery.toast.min.css" />
<link rel="stylesheet" href="lib/fhemSVG.css" />
<link rel="stylesheet" href="lib/openautomation.css" />
<link rel="shortcut icon" type="image/x-icon" href="images/home.ico" />
<!-- Custom Fonts -->
<link rel="stylesheet" href="fonts/roman/style.css" />
<link rel="stylesheet" href="fonts/material/style.css" />
<!-- Custom CSS -->
    <link rel="stylesheet" href="css/fhem-mobil-ui.css" />
    <link rel="stylesheet" href="css/fhem-tablet-ui-user.css" />
<!-- Scripts -->
    <script src="../pgm2/jquery.min.js"></script>
    <script src="lib/jquery.toast.min.js"></script>
    <script src="js/fhem-tablet-ui.js" defer></script>





Vielleicht kann mir ja jemand helfen. Mit Firefox funktioniert es einwandfrei. Ich würde halt gerne den Fully wieder nutzen wegen dem Motion detect.

Danke und Gruß Rolf


aloz77

Welche Android-Version ist drauf? Ist Android System Webview bzw. Google Chrome auf dem Gerät aktuell?

Rolfg

Sorry das ich mich so spät melde. Auf dem Tablet ist Android 7.0 und auf dem Handy und auf dem Handy auch. Eigentlich sollte alles aktuell sein.

Danke und gruß rolf

aloz77

Aktuell wird von Google Chrome 65 sowie Webview 65 verteilt. Evtl. hängt es damit zusammen.

Funktioniert die Webseite im Chrome auf dem Gerät einwandfrei?

Rolfg

Gerade ein Google Update und ein Fully Update. Jetzt läuft es wieder. Keine Ahnung ob es daran lag.

Danke und Gruß Rolf