You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README to note that example can not be launched directly
Additionally update the app.js layout to harmonize the appearance and
add a cordova/package.json file which is require for a cordova app
starting with cordova-android 10.
Copy file name to clipboardexpand all lines: example/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
## Prerequisites
4
4
5
5
To run the example it is recommended to use the [Tabris.js CLI](https://www.npmjs.com/package/tabris-cli).
6
+
7
+
The example can not be run directly from this directory since cordova doesn't allow to consume plugins if they are contained in a parent folder. Instead copy the example to an unrelated directory and adjust the `config.xml` of the example to point the `tabris-plugin-barcode-scanner` directory.
8
+
6
9
## Running the Example
7
10
8
11
Using the Tabris.js CLI the example can be started by running:
0 commit comments