Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Commit c2435e0

Browse files
committed
Added qr code scan support for iOS
1 parent 48fa921 commit c2435e0

21 files changed

+5948
-3704
lines changed

.gitignore

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,6 @@
22
logs
33
*.log
44
npm-debug.log*
5-
6-
# Runtime data
7-
pids
8-
*.pid
9-
*.seed
10-
11-
# Directory for instrumented libs generated by jscoverage/JSCover
12-
lib-cov
13-
14-
# Coverage directory used by tools like istanbul
15-
coverage
16-
17-
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
18-
.grunt
19-
20-
# node-waf configuration
21-
.lock-wscript
22-
23-
# Compiled binary addons (http://nodejs.org/api/addons.html)
24-
build/Release
25-
26-
# Dependency directory
275
node_modules
28-
29-
# Optional npm cache directory
30-
.npm
31-
32-
# Optional REPL history
33-
.node_repl_history
34-
35-
# Build directory
366
.DS_Store
37-
387
dist

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
# [QR Code Scanner](https://qrcodescan.in)
44

5-
*A progressive web application.*
5+
*QRCode Scanner - a simple, fast and useful progressive web application*
66

77
### [Live](https://qrcodescan.in)
88

99
## Features
1010

11-
- Served via https - Using [cloudflare free ssl](https://www.cloudflare.com/ssl/)
12-
1311
- Works offline.
1412

13+
- Secure via https using [cloudflare free ssl](https://www.cloudflare.com/ssl/)
14+
1515
- Add to home screen, Splash screen.
1616

17-
- Fully responsive.
17+
- Fully Responsive.
1818

19-
- App shell architecture - [material design lite](https://www.getmdl.io/)
19+
- App Shell Architecture - [material design lite](https://www.getmdl.io/)
2020

21-
- Supported browser - Google Chrome, Firefox, Opera (Both Desktop & Mobile)
21+
- Supported Browser - Google Chrome, Firefox, Opera **(Both Desktop & Mobile)** and now supports iOS as well.
2222

2323
## Installation
2424

app/css/custom.scss

Lines changed: 0 additions & 154 deletions
This file was deleted.

app/css/material.dialog.polyfil.scss

Lines changed: 0 additions & 40 deletions
This file was deleted.

app/css/material.min.scss

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)