Skip to content

Commit 96ce053

Browse files
author
adriano
committed
Merge branch 'master' of https://github.com/Adrianotiger/qr2web
2 parents 019e03c + 7e62d23 commit 96ce053

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

Examples/3_QR2WebScheme/index.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>QR2Web open External app - Example</title>
5+
</head>
6+
<body style="margin:0 auto;">
7+
<h1>Example 3</h1>
8+
<h2>QR2Web with external app</h2>
9+
10+
<input type='text' id='applink' value='starpassprnt://v1/print/nopreview?back=" + encodeURIComponent(window.href) + "&popup=disable&html=" + encodeURIComponent("<html><body>This is a text</body></html>")' />
11+
<br>
12+
<input type='button' value='Open' onclick='location.href=document.getElementById("applink").value;' />
13+
14+
</body>
15+
</html>

Examples/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@ Simple HTML page with only some lines of codes. Easy to understand and to apply.
55

66
## Example 2: QR2Web with GPS data ([open](2_QR2WebGPS))
77
If you activate the location in the app, you will see where you scanned the QR code.
8+
9+
## Example 3: QR2Web with other apps ([open](3_QR2WebScheme))
10+
You can start other apps over this app, for example to print a receipt.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ This app is a simple QR scanner that will start over a simple link on the web. O
1414
So you need to write a webpage and give this free app to your users. **You don't need to write any app for this functionality anymore**, only the webpage.
1515

1616
### On which smartphone does it works?
17-
The project was made with Xamarin and ZXing library. So it works with Android (>4.1), Windows Mobile (10), Windows (10) and iOS (>7).
18-
Because I don't have any developer account on Android and iOS, I can give only the Windows Store link and Android APK. Maybe in future someone will compile and upload this app on the store for Android and iOS.
17+
The project was made with Xamarin and ZXing library. So it works with Android (>4.1), Windows (10) and iOS (>7).
18+
Because I don't have any developer account on iOS, I can give only the Windows Store link and Android Play link. Maybe in future someone will compile and upload this app on the store for iOS.
1919

2020
### GitHub Structure
2121
App source code is in the [App folder](https://github.com/Adrianotiger/qr2web/tree/master/App)

0 commit comments

Comments
 (0)