Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Adrianotiger/qr2web
Browse files Browse the repository at this point in the history
  • Loading branch information
adriano committed Jun 30, 2021
2 parents 019e03c + 7e62d23 commit 96ce053
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
15 changes: 15 additions & 0 deletions Examples/3_QR2WebScheme/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<title>QR2Web open External app - Example</title>
</head>
<body style="margin:0 auto;">
<h1>Example 3</h1>
<h2>QR2Web with external app</h2>

<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>")' />
<br>
<input type='button' value='Open' onclick='location.href=document.getElementById("applink").value;' />

</body>
</html>
3 changes: 3 additions & 0 deletions Examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ Simple HTML page with only some lines of codes. Easy to understand and to apply.

## Example 2: QR2Web with GPS data ([open](2_QR2WebGPS))
If you activate the location in the app, you will see where you scanned the QR code.

## Example 3: QR2Web with other apps ([open](3_QR2WebScheme))
You can start other apps over this app, for example to print a receipt.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This app is a simple QR scanner that will start over a simple link on the web. O
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.

### On which smartphone does it works?
The project was made with Xamarin and ZXing library. So it works with Android (>4.1), Windows Mobile (10), Windows (10) and iOS (>7).
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.
The project was made with Xamarin and ZXing library. So it works with Android (>4.1), Windows (10) and iOS (>7).
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.

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

0 comments on commit 96ce053

Please sign in to comment.