|
| 1 | +<!-- Dear friend, we, the rest of the NativeScript community really appreciate your feedback! While we are doing all we can to take care of every issue, sometimes we get overwhelmed. Because of that, we will consider issues that are not constructive or problems that cannot be reproduced "dead". Additionally, we will treat feature requests or bug reports with unanswered questions regarding the behavior/reproduction for more than 20 days "dead". All "dead" issues will get closed. --> |
| 2 | + |
| 3 | +## Please, provide the details below: |
| 4 | + |
| 5 | +### Did you verify this is a real problem by searching [Stack Overflow](http://stackoverflow.com/questions/tagged/nativescript) and the [other open issues in this repo](https://github.com/NativeScript/nativescript/issues)? |
| 6 | + |
| 7 | +### Tell us about the problem |
| 8 | +<!--Please, ensure your title is less than 63 characters long and starts with a capital |
| 9 | +letter. --> |
| 10 | + |
| 11 | +### Please provide the following version numbers that your issue occurs with: |
| 12 | +<!-- |
| 13 | +- CLI: (run `tns --version` to fetch it) |
| 14 | +- Cross-platform modules: (check the 'version' attribute in the |
| 15 | +`node_modules/tns-core-modules/package.json` file in your project) |
| 16 | +- Runtime(s): (look for the `"tns-android"` property in the |
| 17 | +`package.json` file of your project) |
| 18 | +- Plugin(s): (look for the version number in the `package.json` file of your |
| 19 | +project) |
| 20 | +--> |
| 21 | + |
| 22 | +### Did the error happen while the app was being constructed? (buildtime error) |
| 23 | +<!-- |
| 24 | +Please provide us with the log by running the command: |
| 25 | +``` |
| 26 | +tns <command> --log trace |
| 27 | +``` |
| 28 | +Attach the content of the log to the Issue. You can use [pastebin](http://pastebin.com/). |
| 29 | +--> |
| 30 | + |
| 31 | +### Did the error happen while the app was executing? (runtime error) |
| 32 | +<!-- |
| 33 | +Please provide us with the log by following these steps: |
| 34 | +* Add `__enableVerboseLogging()` in the `app.js` file. |
| 35 | +* Run command: `adb logcat`. |
| 36 | +* Attach the content of the log to the Issue. You can use [pastebin](http://pastebin.com/). |
| 37 | +--> |
| 38 | + |
| 39 | +### Please tell us how to recreate the issue in as much detail as possible. |
| 40 | +<!-- |
| 41 | +Please provide us with the necessary information to reproduce your problem. That includes but is not limited to presenting us with steps to reproduce the problem, or a small repo example. |
| 42 | +--> |
| 43 | + |
0 commit comments