We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setTypeface()
Sometimes setTypeface() has been set to earlier , when the TabView TextViews objects are null or undefined. This will lead to app crash on Android.
TabView
TextView
Android
package.json
{ "nativescript": { "id": "<app_name>", "tns-ios": { "version": "2.4.0" }, "tns-android": { "version": "2.4.1" } }, "dependencies": { "email-validator": "1.0.4", "nativescript-barcodescanner": "1.3.3", "nativescript-cardview": "1.1.7", "nativescript-clipboard": "^1.1.5", "nativescript-drop-down": "1.3.2", "nativescript-geolocation": "0.0.12", "nativescript-google-maps-sdk": "^1.3.3", "nativescript-maskedinput": "0.0.2", "nativescript-ripple": "1.0.0", "nativescript-slides": "2.2.0", "nativescript-sqlite": "1.1.1", "nativescript-swiss-army-knife": "1.0.5", "nativescript-telerik-analytics": "1.0.6", "nativescript-telerik-ui-pro": "1.4.1", "nativescript-youtubesdk": "0.0.2", "tns-core-modules": "^2.4.0" }, "devDependencies": { "babel-traverse": "6.10.4", "babel-types": "6.11.1", "babylon": "6.8.4", "filewalker": "0.1.3", "lazy": "1.0.11" }
The text was updated successfully, but these errors were encountered:
@tsonevn How can I reproduce this app crash? Do we have any sample project?
Sorry, something went wrong.
Add TabLayout.getItemCount method
a89b28d
Related to NativeScript/NativeScript#3147
Fixed: Setting setTypeface() to null object
ae68368
Resolves #3147
52a84b2
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
hamorphis
Successfully merging a pull request may close this issue.
Sometimes
setTypeface()
has been set to earlier , when theTabView
TextView
s objects are null or undefined. This will lead to app crash onAndroid
.Which platform(s) does your issue occur on?
Android
Please provide the following version numbers that your issue occurs with:
package.json
The text was updated successfully, but these errors were encountered: