|
|
#16 | |
|
Evangelist
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 416
Karma: 765432
Join Date: Apr 2016
Location: Italy
Device: Kindle PW3 5.8.5.0.1
|
Quote:
|
|
|
|
|
|
|
#17 |
|
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
|
|
|
|
| Advert | |
|
|
|
|
#18 |
|
Connoisseur
![]() Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
|
|
|
|
|
|
|
#20 |
|
Connoisseur
![]() Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
|
this is the code of a demo page I can't visualize:
Code:
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="initial-scale=1">
<title>Signal K Instrument Panel</title>
<link href="/bower_components/instrumentpanel/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="/bower_components/instrumentpanel/dist/css/font-awesome.css" rel="stylesheet">
<link href="/bower_components/instrumentpanel/dist/css/settingslist.css" rel="stylesheet">
<style>
.react-grid-layout {
position: relative;
transition: height 200ms ease;
}
.react-grid-item {
transition: all 200ms ease;
transition-property: left, top;
background-color: whitesmoke;
border-radius: 8px;
border: 1px solid silver;
}
.react-grid-item.cssTransforms {
transition-property: transform;
}
.react-grid-item.resizing {
z-index: 1;
}
.react-resizable {
z-index: 1;
background-color: gold;
}
.react-grid-item.react-draggable-dragging {
transition: none;
z-index: 3;
}
.react-grid-item.react-grid-placeholder {
background: red;
opacity: 0.2;
transition-duration: 100ms;
z-index: 2;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
.react-grid-item > .react-resizable-handle {
position: absolute;
width: 20px;
height: 20px;
bottom: 0;
right: 0;
background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg08IS0tIEdlbmVyYXRvcjogQWRvYmUgRmlyZXdvcmtzIENTNiwgRXhwb3J0IFNWRyBFeHRlbnNpb24gYnkgQWFyb24gQmVhbGwgKGh0dHA6Ly9maXJld29ya3MuYWJlYWxsLmNvbSkgLiBWZXJzaW9uOiAwLjYuMSAgLS0+DTwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DTxzdmcgaWQ9IlVudGl0bGVkLVBhZ2UlMjAxIiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiDQl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiDT4NCTxnIG9wYWNpdHk9IjAuMzAyIj4NCQk8cGF0aCBkPSJNIDYgNiBMIDAgNiBMIDAgNC4yIEwgNCA0LjIgTCA0LjIgNC4yIEwgNC4yIDAgTCA2IDAgTCA2IDYgTCA2IDYgWiIgZmlsbD0iIzAwMDAwMCIvPg0JPC9nPg08L3N2Zz4=');
background-position: bottom right;
padding: 0 3px 3px 0;
background-repeat: no-repeat;
background-origin: content-box;
box-sizing: border-box;
cursor: se-resize;
}
</style>
</head>
<script>
function getParameterByName(name) {
name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
results = regex.exec(location.search);
return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
}
if (getParameterByName('reset')) {
localStorage.clear();
location.replace(location.protocol + '//' + location.host + location.pathname);
}
</script>
<body>
<div id="content"></div>
<footer style="text-align:center">
<hr/>
<p><a href="https://github.com/SignalK/instrumentpanel">Signal K Instrument Panel</a></p>
</footer>
</body>
<script src="/bower_components/instrumentpanel/dist/ui.js"></script>
</html>
Last edited by cepics; 11-26-2017 at 07:12 AM. |
|
|
|
| Advert | |
|
|
|
|
#21 |
|
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
Probably its age:
http://www.muhri.net/skipstone/page.php3?node=news |
|
|
|
|
|
#22 | |
|
Connoisseur
![]() Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
|
Quote:
, to install SkipStone 1.0.1 on a k5? Im not finding....
|
|
|
|
|
|
|
#23 |
|
Going Viral
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 17,212
Karma: 18210809
Join Date: Feb 2012
Location: Central Texas
Device: No K1, PW2, KV, KOA
|
|
|
|
|
|
|
#24 |
|
Connoisseur
![]() Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
|
what's about Midori?
|
|
|
|
|
|
#25 |
|
Junior Member
![]() Posts: 1
Karma: 10
Join Date: Nov 2017
Device: KPW3
|
On the Kindle Paperwhite 3 I could open an HTML 5 Dashboard that's similar to yours, so maybe the problem isn't rendering the HTML5 itself
![]() https://github.com/almasaeed2010/AdminLTE |
|
|
|
|
|
#26 | |
|
Connoisseur
![]() Posts: 68
Karma: 10
Join Date: Sep 2017
Location: Marseille
Device: K5_B010, fw 5.3.2.1, jb 1.14.N, usbnet 0.21.N
|
Quote:
I'm quite lost!!! ![]()
|
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HTML5 to ePub | Jerry_Lodriguss | ePub | 14 | 02-17-2017 05:33 PM |
| Viewing 2 pages (open book style) in Calibre | Hoppity | Calibre | 3 | 11-10-2011 08:47 AM |
| Clicking links that open new pages? | RussianCause | Amazon Kindle | 2 | 09-14-2011 11:40 AM |
| Request Open saved html pages | Erminio Mostacci | enTourage eDGe | 3 | 07-01-2011 11:19 AM |
| Any way to open a PDF in ABBYY 9.0 without actually processing the pages? | Ea | Workshop | 3 | 03-07-2010 06:52 AM |