-
-
Notifications
You must be signed in to change notification settings - Fork 241
Closed
Labels
Milestone
Description
From @moritzvieli on June 13, 2017 15:56
Please, provide the details below:
This problem may be related to issue NativeScript/NativeScript#3210. When I use a numeric ActionBar title (e.g. "12"), the app crashes.
On Android, the following error is shown:
Did you verify this is a real problem by searching [Stack Overflow]
Yes
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
- CLI: 3.0.1
- Cross-platform modules: 3.0.0
- Runtime(s): 3.0.1
Please tell us how to recreate the issue in as much detail as possible.
This XML is enough:
<ActionBar title="12">
...
</ActionBar>
Copied from original issue: NativeScript/NativeScript#4372