38 lines
2.3 KiB
Plaintext
38 lines
2.3 KiB
Plaintext
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="generator" content="pandoc" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
|
|
<meta name="author" content="By John Mercouris" />
|
|
<title>Use QR to Transfer URLs to your phone</title>
|
|
<style type="text/css">
|
|
code{white-space: pre-wrap;}
|
|
span.smallcaps{font-variant: small-caps;}
|
|
span.underline{text-decoration: underline;}
|
|
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
|
</style>
|
|
<!--[if lt IE 9]>
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1 class="title">Use QR to Transfer URLs to your phone</h1>
|
|
<p class="author">By John Mercouris</p>
|
|
</header>
|
|
<p>Users who are invested into the iOS/Safari or Android/Chrome ecosystem may be used to features such as "handoff". These features allow users to send a URL from their computer to their phone and vice versa.</p>
|
|
<p>Unfortunately, these services use a "cloud" provider to send the URL. Nyxt offers a simpler, more private solution. Let's try it!</p>
|
|
<p>First, find a cool URL you would like to load on your phone. In this case we're looking at Baldwin Street in Dunedin New Zealand, the officially recognized steepest street in the world.</p>
|
|
<p><img src="../static/image/article/baldwin.png" /></p>
|
|
<p>Then, we execute <code>show-qrcode-of-current-url</code>.</p>
|
|
<p><img src="../static/image/article/qr-execute.png" /></p>
|
|
<p>After, we'll be presented with our fresh, locally generated QR code:</p>
|
|
<p><img src="../static/image/article/qr-generated.png" /></p>
|
|
<p>We just scan this on our phone, and we are off to the races!</p>
|
|
<p>Thanks for reading :-)</p>
|
|
<h2 id="credits">Credits</h2>
|
|
<p>Nyxt continues to be a community effort and we are regularly inspired by our wonderful users! This work would not be possible without the creativity/idea of <a href="https://github.com/novoid/">Karl Voit</a> and the initial <a href="https://github.com/atlas-engineer/nyxt/pull/1620">QR code implementation</a> by <span class="citation" data-cites="ag91">@ag91</span>. Thank you both very much!</p>
|
|
</body>
|
|
</html>
|