René's URL Explorer Experiment


Title: CommonLayoutParams cannot be cast to android.widget.AbsListView · Issue #1710 · NativeScript/NativeScript · GitHub

Open Graph Title: CommonLayoutParams cannot be cast to android.widget.AbsListView · Issue #1710 · NativeScript/NativeScript

X Title: CommonLayoutParams cannot be cast to android.widget.AbsListView · Issue #1710 · NativeScript/NativeScript

Description: Please, provide the details below: Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo? Yes Tell us about the problem Please, ensure your title is less than 63 characters long and star...

Open Graph Description: Please, provide the details below: Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo? Yes Tell us about the problem Please, ensure your title ...

X Description: Please, provide the details below: Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo? Yes Tell us about the problem Please, ensure your title ...

Opengraph URL: https://github.com/NativeScript/NativeScript/issues/1710

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"CommonLayoutParams cannot be cast to android.widget.AbsListView","articleBody":"## Please, provide the details below:\n### 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)?\n\nYes\n### Tell us about the problem\n\nPlease, ensure your title is less than 63 characters long and starts with a capital\nletter.\n\nSo this all works on iOS, the usecase is items in a listview can be clicked, in the client event I change the the class of an object in the listview, and then the text of a label.  In iOS, it selects, on android the code runs, but right after my method the app crashes with this error:\n### Error\n\n```\njava.lang.ClassCastException: org.nativescript.widgets.CommonLayoutParams cannot be cast to android.widget.AbsListView$LayoutParams\nat android.widget.AbsListView$RecycleBin.fillActiveViews(AbsListView.java:8584)\nat android.widget.ListView.layoutChildren(ListView.java:1665)\nat android.widget.AbsListView.onLayout(AbsListView.java:2640)\nat android.view.View.layout(View.java:16922)\nat android.view.ViewGroup.layout(ViewGroup.java:5405)\nat org.nativescript.widgets.CommonLayoutParams.layoutChild(CommonLayoutParams.java:189)\nat org.nativescript.widgets.GridLayout.onLayout(GridLayout.java:353)\nat android.view.View.layout(View.java:16922)\nat android.view.ViewGroup.layout(ViewGroup.java:5405)\nat android.support.v4.view.ViewPager.onLayout(ViewPager.java:1684)\nat android.view.View.layout(View.java:16922)\nat android.view.ViewGroup.layout(ViewGroup.java:5405)\nat org.nativescript.widgets.CommonLayoutParams.layoutChild(CommonLayoutParams.java:189)\nat org.nativescript.widgets.GridLayout.onLayout(GridLayout.java:353)\nat android.view.View.layout(View.java:16922)\nat android.view.ViewGroup.layout(ViewGroup.java:5405)\nat org.nativescript.widgets.CommonLayoutParams.layoutChild(CommonLayoutParams.java:189)\nat org.nativescript.widgets.GridLayout.onLayout(GridLayout.java:353)\nat android.view.View.layout(View.java:16922)\nat android.view.ViewGroup.layout(ViewGroup.java:5405)\nat org.nativescript.widgets.CommonLayoutParams.layoutChild(CommonLayoutParams.java:189)\nat org.nativescript.widgets.GridLayout.onLayout(GridLayout.java:353)\nat android.view.View.layout(View.java:16922)\nat android.view.ViewGroup.layout(ViewGroup.java:5405)\nat android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)\nat android.widget.FrameLayout.onLayout(FrameLayout.java:514)\nat android.view.View.layout(View.java:16922)\nat android.view.ViewGroup.layout(ViewGroup.java:5405)\nat android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)\nat android.widget.FrameLayout.onLayout(FrameLayout.java:514)\nat android.view.View.layout(View.java:16922)\nat android.view.ViewGroup.layout(ViewGroup.java:5405)\nat android.widget.FrameLayout.layoutChildren(FrameLayout.java:579)\nat android.widget.FrameLayout.onLayout(FrameLayout.java:514)\nat android.view.View.layout(View.java:16922)\nat android.view.ViewGroup.layout(ViewGroup.java:5405)\nat android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2413)\nat android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:2122)\nat android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1264)\nat android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:6944)\nat android.view.Choreographer$CallbackRecord.run(Choreographer.java:777)\nat android.view.Choreographer.doCallbacks(Choreographer.java:590)\nat android.view.Choreographer.doFrame(Choreographer.java:560)\nat android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:763)\nat android.os.Handler.handleCallback(Handler.java:739)\nat android.os.Handler.dispatchMessage(Handler.java:95)\nat android.os.Looper.loop(Looper.java:145)\nat android.app.ActivityThread.main(ActivityThread.java:6837)\nat java.lang.reflect.Method.invoke(Native Method)\nat java.lang.reflect.Method.invoke(Method.java:372)\nat com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1404)\nat com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1199)\n```\n### Which platform(s) does your issue occur on?\n\nAndroid\n### Please provide the following version numbers that your issue occurs with:\n\n```\n{\n  \"name\": \"tns-core-modules\",\n  \"description\": \"Telerik NativeScript Core Modules\",\n  \"version\": \"1.6.0\",\n  \"homepage\": \"https://www.nativescript.org\",\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"https://github.com/NativeScript/NativeScript/commit/185b4c2480d8b08b569d23ebc1e533f684e434a4\"\n  },\n  \"files\": [\n    \"**/*.*\",\n    \"**/*\",\n    \"!.baseDir.*\",\n    \"!node-tests/\",\n    \"!apps/\"\n  ],\n  \"license\": \"Apache-2.0\",\n  \"devDependencies\": {\n    \"chai\": \"3.2.0\",\n    \"grunt\": \"0.4.5\",\n    \"grunt-contrib-clean\": \"0.6.0\",\n    \"grunt-contrib-copy\": \"git+https://github.com/ErjanGavalji/grunt-contrib-copy.git#1c976a133210be4ce8c96313f5daf14833f7f8f9\",\n    \"grunt-env\": \"0.4.4\",\n    \"grunt-exec\": \"0.4.6\",\n    \"grunt-mkdir\": \"0.1.2\",\n    \"grunt-multi-dest\": \"1.0.0\",\n    \"grunt-shell\": \"1.1.2\",\n    \"grunt-simple-mocha\": \"0.4.0\",\n    \"grunt-ts\": \"5.3.2\",\n    \"grunt-typedoc\": \"0.2.3\",\n    \"grunt-untar\": \"0.0.1\",\n    \"mocha\": \"2.2.5\",\n    \"shelljs\": \"0.5.3\",\n    \"grunt-tslint\": \"3.0.0\",\n    \"time-grunt\": \"^1.3.0\",\n    \"tslint\": \"3.3.0\",\n    \"typescript\": \"1.7.5\"\n  },\n  \"typings\": \"tns-core-modules.d.ts\",\n  \"dependencies\": {\n    \"tns-core-modules-widgets\": \"1.6.1\"\n  },\n  \"nativescript\": {\n    \"platforms\": {\n      \"ios\": \"1.6.0\",\n      \"android\": \"1.6.0\"\n    }\n  },\n  \"_id\": \"tns-core-modules@1.6.0\",\n  \"_shasum\": \"2497836382c9857f2dea8e8a7ab59d8c284169a2\",\n  \"_resolved\": \"https://registry.npmjs.org/tns-core-modules/-/tns-core-modules-1.6.0.tgz\",\n  \"_from\": \"tns-core-modules@latest\",\n  \"scripts\": {},\n  \"_npmVersion\": \"2.14.7\",\n  \"_nodeVersion\": \"4.2.2\",\n  \"_npmUser\": {\n    \"name\": \"enchev\",\n    \"email\": \"vladimir.enchev@gmail.com\"\n  },\n  \"dist\": {\n    \"shasum\": \"2497836382c9857f2dea8e8a7ab59d8c284169a2\",\n    \"tarball\": \"http://registry.npmjs.org/tns-core-modules/-/tns-core-modules-1.6.0.tgz\"\n  },\n  \"maintainers\": [\n    {\n      \"name\": \"enchev\",\n      \"email\": \"vladimir.enchev@gmail.com\"\n    },\n    {\n      \"name\": \"erjangavalji\",\n      \"email\": \"erjan.gavalji@gmail.com\"\n    },\n    {\n      \"name\": \"fatme\",\n      \"email\": \"hfatme@gmail.com\"\n    },\n    {\n      \"name\": \"hdeshev\",\n      \"email\": \"hristo@deshev.com\"\n    },\n    {\n      \"name\": \"ligaz\",\n      \"email\": \"stefan.dobrev@gmail.com\"\n    },\n    {\n      \"name\": \"nsndeck\",\n      \"email\": \"nedyalko.nikolov@telerik.com\"\n    },\n    {\n      \"name\": \"sdobrev\",\n      \"email\": \"stefan.dobrev@gmail.com\"\n    },\n    {\n      \"name\": \"valio.stoychev\",\n      \"email\": \"valio.stoychev@gmail.com\"\n    }\n  ],\n  \"_npmOperationalInternal\": {\n    \"host\": \"packages-5-east.internal.npmjs.com\",\n    \"tmp\": \"tmp/tns-core-modules-1.6.0.tgz_1455717250557_0.07532842340879142\"\n  },\n  \"directories\": {}\n}\n```\n### Please tell us how to recreate the issue in as much detail as possible.\n\nhttps://www.dropbox.com/s/ycsfxn1ezqadp5x/OutbreakHelp.zip?dl=0\nIn the app: Resources-\u003eFilterFAB-\u003eCategories-\u003e pick anything\nIn the code: app/views/resources/filter/filter.js line around line 107... this code all WORKS, the crashing happens after it runs.\n### Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.\n\n``` xml\n\u003cGridLayout rows=\"auto, *\" columns=\"*\"\u003e\n                            \u003cLabel row=\"0\" text=\"Topics\" textWrap=\"false\" class=\"type-header\" /\u003e\n                            \u003cListView row=\"1\"  id=\"categoryRepeater\" items=\"{{ topics }}\" itemTap=\"onCategoryTap\"\u003e\n                                \u003cListView.itemTemplate\u003e\n                                    \u003cStackLayout class=\"{{ IsSelected ? 'filter-item-selected' : 'filter-item' }}\" tap=\"onCategoryTap\"\u003e\n                                    \u003cStackLayout class=\"{{ IsChild ? 'filter-child' : '' }}\"\u003e\n                                            \u003cGridLayout rows=\"*\" columns=\"30, *\"\u003e\n                                                \u003cLabel row=\"0\" col=\"0\" text=\"{{ IsSelected ? '\u0026#xe834;' : '\u0026#xe835;' }}\" class=\"selection-icon\" /\u003e\n                                                \u003cLabel row=\"0\" col=\"1\" text=\"{{ Title }}\" class=\"text\" /\u003e\n                                            \u003c/GridLayout\u003e\n                                    \u003c/StackLayout\u003e\n                                    \u003cStackLayout class=\"{{ IsSelected ? 'filter-bottom-selected' : 'filter-bottom' }}\" /\u003e\n                                    \u003c/StackLayout\u003e\n                                \u003c/ListView.itemTemplate\u003e\n                            \u003c/ListView\u003e\n                        \u003c/GridLayout\u003e\n```\n\n``` js\nexports.onCategoryTap = function(args){\n    selectListItem(args, \"categoryRepeater\");\n}\n\nfunction selectListItem(args, repeaterId){\n    var stack = args.object;\n    var item = stack.bindingContext;\n    item.IsSelected = (item.IsSelected) ? false : true;\n    stack.cssClass = (item.IsSelected) ? \"filter-item-selected\" : \"filter-item\";\n\n    var icon = stack.getElementsByClassName(\"selection-icon\")[0];\n\n    if(appModule.ios){\n        icon.fadeOut(1).then(function(){\n            if(item.IsSelected){\n                icon.text = \"\\uE834\"\n\n            }else{\n                icon.text = \"\\uE835\"\n            }\n\n            icon.fadeIn(30);\n        });\n    }else{\n        if(item.IsSelected){\n            icon.text = \"\\uE834\"\n\n        }else{\n            icon.text = \"\\uE835\"\n        }\n    }\n}\n```\n","author":{"url":"https://github.com/sitefinitysteve","@type":"Person","name":"sitefinitysteve"},"datePublished":"2016-03-07T21:05:31.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/1710/NativeScript/issues/1710"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2822dc88-9b85-0a3d-3f9d-3c9edd6ba2ba
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idCA3C:3C20AD:9367EB:C70810:6971C5C0
html-safe-nonce88ecf1a0f3abff48104cee37e37b815149fbdc7a928f01802da8afa262a00886
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDQTNDOjNDMjBBRDo5MzY3RUI6QzcwODEwOjY5NzFDNUMwIiwidmlzaXRvcl9pZCI6IjExNTM2MzE5NjI2ODYxNDU5ODQiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacb5693fe0191e5463f0ccdd4e95b2a82625d45d5d9d0e969f9b3247b277854b03
hovercard-subject-tagissue:139093456
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/NativeScript/NativeScript/1710/issue_layout
twitter:imagehttps://opengraph.githubassets.com/3d3f7ed0dd65a677167bdf165345e66169c5915bd00c767869fcf05ad94c5e00/NativeScript/NativeScript/issues/1710
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/3d3f7ed0dd65a677167bdf165345e66169c5915bd00c767869fcf05ad94c5e00/NativeScript/NativeScript/issues/1710
og:image:altPlease, provide the details below: Did you verify this is a real problem by searching Stack Overflow and the other open issues in this repo? Yes Tell us about the problem Please, ensure your title ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamesitefinitysteve
hostnamegithub.com
expected-hostnamegithub.com
Noneac615aa66802dad9a938c6abe95edf09ee43c0c7f508315b64b08612858ef32e
turbo-cache-controlno-preview
go-importgithub.com/NativeScript/NativeScript git https://github.com/NativeScript/NativeScript.git
octolytics-dimension-user_id7392261
octolytics-dimension-user_loginNativeScript
octolytics-dimension-repository_id31492490
octolytics-dimension-repository_nwoNativeScript/NativeScript
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id31492490
octolytics-dimension-repository_network_root_nwoNativeScript/NativeScript
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release6b618569a5f93e0b31f97f620112341421ef5f69
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/NativeScript/issues/1710#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F1710
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F1710
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=NativeScript%2FNativeScript
Reloadhttps://github.com/NativeScript/NativeScript/issues/1710
Reloadhttps://github.com/NativeScript/NativeScript/issues/1710
Reloadhttps://github.com/NativeScript/NativeScript/issues/1710
NativeScript https://github.com/NativeScript
NativeScripthttps://github.com/NativeScript/NativeScript
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/1710
Notifications https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Fork 1.7k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Star 25.4k https://github.com/login?return_to=%2FNativeScript%2FNativeScript
Code https://github.com/NativeScript/NativeScript
Issues 869 https://github.com/NativeScript/NativeScript/issues
Pull requests 59 https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects 0 https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/NativeScript/NativeScript/security
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/1710
Insights https://github.com/NativeScript/NativeScript/pulse
Code https://github.com/NativeScript/NativeScript
Issues https://github.com/NativeScript/NativeScript/issues
Pull requests https://github.com/NativeScript/NativeScript/pulls
Discussions https://github.com/NativeScript/NativeScript/discussions
Actions https://github.com/NativeScript/NativeScript/actions
Projects https://github.com/NativeScript/NativeScript/projects
Wiki https://github.com/NativeScript/NativeScript/wiki
Security https://github.com/NativeScript/NativeScript/security
Insights https://github.com/NativeScript/NativeScript/pulse
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/1710
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/1710
#2383https://github.com/NativeScript/NativeScript/pull/2383
CommonLayoutParams cannot be cast to android.widget.AbsListViewhttps://github.com/NativeScript/NativeScript/issues/1710#top
#2383https://github.com/NativeScript/NativeScript/pull/2383
https://github.com/hshristov
bughttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22bug%22
donehttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22done%22
os: androidhttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22os%3A%20android%22
severity: highhttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22severity%3A%20high%22
2.1https://github.com/NativeScript/NativeScript/milestone/18
https://github.com/sitefinitysteve
https://github.com/sitefinitysteve
sitefinitystevehttps://github.com/sitefinitysteve
on Mar 7, 2016https://github.com/NativeScript/NativeScript/issues/1710#issue-139093456
Stack Overflowhttp://stackoverflow.com/questions/tagged/nativescript
other open issues in this repohttps://github.com/NativeScript/nativescript/issues
https://www.dropbox.com/s/ycsfxn1ezqadp5x/OutbreakHelp.zip?dl=0https://www.dropbox.com/s/ycsfxn1ezqadp5x/OutbreakHelp.zip?dl=0
hshristovhttps://github.com/hshristov
bughttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22bug%22
donehttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22done%22
os: androidhttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22os%3A%20android%22
severity: highhttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22severity%3A%20high%22
2.1https://github.com/NativeScript/NativeScript/milestone/18
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.