Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
Add information about windows 10 support to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-kotikov committed Dec 22, 2015
1 parent 521d427 commit b25d710
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Expand Up @@ -26,7 +26,7 @@ It is also possible to install via repo url directly ( unstable )

- Android
- iOS
- Windows 8
- Windows (Windows/Windows Phone 8.1 and Windows 10)
- Windows Phone 8
- BlackBerry 10
- Browser
Expand All @@ -36,6 +36,12 @@ plugman currently doesn't support Library Project refs, so its been
prebuilt as a jar library. Any updates to the Library Project should be
committed with an updated jar.

Note: Windows 10 applications can not be build for `AnyCPU` architecture, which is default for Windows platform. If you want to build/run Windows 10 app, you should specify target architecture explicitly, for example (Cordova CLI):

```
cordova run windows -- --archs=x86
```

## Using the plugin ##
The plugin creates the object `cordova/plugin/BarcodeScanner` with the method `scan(success, fail)`.

Expand Down Expand Up @@ -69,7 +75,7 @@ The following barcode types are currently supported:
* CODE_39
* ITF

### Windows8
### Windows

* UPC_A
* UPC_E
Expand Down Expand Up @@ -155,8 +161,8 @@ A full example could be:
);
```

## Windows8 quirks ##
Windows 8 implementation currently doesn't support encode functionality.
## Windows quirks ##
Windows implementation currently doesn't support encode functionality.

## Windows Phone 8 quirks ##
Windows Phone 8 implementation currently doesn't support encode functionality.
Expand Down

0 comments on commit b25d710

Please sign in to comment.