René's URL Explorer Experiment


Title: Setting the selectedIndex on BottomNavigation property makes the app crash · Issue #7884 · NativeScript/NativeScript · GitHub

Open Graph Title: Setting the selectedIndex on BottomNavigation property makes the app crash · Issue #7884 · NativeScript/NativeScript

X Title: Setting the selectedIndex on BottomNavigation property makes the app crash · Issue #7884 · NativeScript/NativeScript

Description: Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 6.1.2 Cross-platform modules: 6.1.1 Android...

Open Graph Description: Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 6.1...

X Description: Environment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 6.1...

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

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Setting the  selectedIndex on BottomNavigation property makes the app crash ","articleBody":"**Environment**\r\nProvide version numbers for the following components (information can be retrieved by running `tns info` in your project folder or by inspecting the `package.json` of the project):\r\n - CLI: 6.1.2\r\n - Cross-platform modules: 6.1.1\r\n - Android Runtime: 6.1.2\r\n - iOS Runtime: 6.1.0\r\n - Plugin(s): none\r\n\r\n**Describe the bug**\r\n\u003c!-- A clear and concise description of what the bug is. Please, explain whether it's a build time error or a runtime error. More detailed logs can be easily obtained by following the instructions in this guide: https://docs.nativescript.org/get-support#how-to-obtain-diagnostic-reports. --\u003e\r\n\r\nThe app crashes when setting the `selectedIndex` attribute on the `BottomNavigation` component. While the change is visible after restarting the app, it keeps crashing on each change making development quite painful.\r\n\r\n**To Reproduce**\r\n\u003c!-- Add commands used or steps taken to reproduce the behaviour. --\u003e\r\n\r\n- Create a new app using the tab-navigation-ng template:\r\n\r\n```\r\ntns create --template tns-template-tab-navigation-ng nativescript-bottom-nav-issue\r\ncd nativescript-bottom-nav-issue\r\ntns run android\r\n```\r\n- Make sure the app works\r\n- Open `src/app/app.component.html`\r\n- Change the first line to `\u003cBottomNavigation selectedIndex=\"1\"\u003e`\r\n- Wait till the app refreshes and see the crash 💥\r\n\r\n**Expected behavior**\r\n\r\nThe app does not crash.\r\n\r\n**Sample project**\r\n\u003c!-- If possible, provide a link from the [Playground](https://play.nativescript.org) with reproduction of the problem. If not, consider attaching a sample project or link to a repository with such project. --\u003e\r\n\r\nhttps://github.com/beeman/nativescript-bottom-nav-issue\r\n\r\n**Additional context**\r\n\u003c!-- Add any other context about the problem here. --\u003e\r\n\r\n\u003cdetails\u003e\r\n\u003csummary\u003eStacktrace\u003c/summary\u003e\r\n```\r\nSystem.err: An uncaught Exception occurred on \"main\" thread.\r\nSystem.err: Calling js method run failed\r\nSystem.err: Error: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.\r\nSystem.err:     android.view.ViewGroup.addViewInner(ViewGroup.java:5038)\r\nSystem.err:     android.view.ViewGroup.addView(ViewGroup.java:4869)\r\nSystem.err:     android.view.ViewGroup.addView(ViewGroup.java:4809)\r\nSystem.err:     android.view.ViewGroup.addView(ViewGroup.java:4782)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManager.java:1466)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1784)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManager.java:1852)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.dispatchStateChange(FragmentManager.java:3269)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManager.java:3229)\r\nSystem.err:     androidx.fragment.app.Fragment.performActivityCreated(Fragment.java:2466)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManager.java:1483)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1784)\r\nSystem.err:     androidx.fragment.app.BackStackRecord.executeOps(BackStackRecord.java:797)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.executeOps(FragmentManager.java:2625)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.executeOpsTogether(FragmentManager.java:2411)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManager.java:2366)\r\nSystem.err:     androidx.fragment.app.FragmentManagerImpl.execSingleAction(FragmentManager.java:2243)\r\nSystem.err:     androidx.fragment.app.BackStackRecord.commitNowAllowingStateLoss(BackStackRecord.java:654)\r\nSystem.err:     com.tns.Runtime.callJSMethodNative(Native Method)\r\nSystem.err:     com.tns.Runtime.dispatchCallJSMethodNative(Runtime.java:1209)\r\nSystem.err:     com.tns.Runtime.callJSMethodImpl(Runtime.java:1096)\r\nSystem.err:     com.tns.Runtime.callJSMethod(Runtime.java:1083)\r\nSystem.err:     com.tns.Runtime.callJSMethod(Runtime.java:1063)\r\nSystem.err:     com.tns.Runtime.callJSMethod(Runtime.java:1055)\r\nSystem.err:     com.tns.gen.java.lang.Runnable.run(Runnable.java:17)\r\nSystem.err:     android.os.Handler.handleCallback(Handler.java:873)\r\nSystem.err:     android.os.Handler.dispatchMessage(Handler.java:99)\r\nSystem.err:     android.os.Looper.loop(Looper.java:201)\r\nSystem.err:     android.app.ActivityThread.main(ActivityThread.java:6810)\r\nSystem.err:     java.lang.reflect.Method.invoke(Native Method)\r\nSystem.err:     com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)\r\nSystem.err:     com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)\r\nSystem.err:\r\nSystem.err: StackTrace:\r\nSystem.err:     push.../node_modules/tns-core-modules/ui/bottom-navigation/bottom-navigation.js.BottomNavigation.commitCurrentTransaction(file:///node_modules/tns-core-modules/ui/bottom-navigation/bottom-navigation.js:315:0)\r\nSystem.err:     at push.../node_modules/tns-core-modules/ui/bottom-navigation/bottom-navigation.js.BottomNavigation.changeTab(file:///node_modules/tns-core-modules/ui/bottom-navigation/bottom-navigation.js:329:0)\r\nSystem.err:     at push.../node_modules/tns-core-modules/ui/bottom-navigation/bottom-navigation.js.BottomNavigation.onLoaded(file:///node_modules/tns-core-modules/ui/bottom-navigation/bottom-navigation.js:259:0)\r\nSystem.err:     at (file:///node_modules/tns-core-modules/ui/core/view-base/view-base.js:312:75)\r\nSystem.err:     at push.../node_modules/tns-core-modules/ui/core/view-base/view-base.js.ViewBase.callFunctionWithSuper(file:///node_modules/tns-core-modules/ui/core/view-base/view-base.js:305:0)\r\nSystem.err:     at push.../node_modules/tns-core-modules/ui/core/view-base/view-base.js.ViewBase.callLoaded(file:///node_modules/tns-core-modules/ui/core/view-base/view-base.js:312:0)\r\nSystem.err:     at push.../node_modules/tns-core-modules/ui/frame/frame.js.ActivityCallbacksImplementation.resetActivityContent(file:///node_modules/tns-core-modules/ui/frame/frame.js:950:0)\r\nSystem.err:     at _resetRootView(file:///node_modules/tns-core-modules/application/application.js:149:0)\r\nSystem.err:     at push.../node_modules/nativescript-angular/platform-common.js.NativeScriptPlatformRef._livesync(file:///node_modules/nativescript-angular/platform-common.js:273:0)\r\nSystem.err:     at (file:///node_modules/nativescript-angular/platform-common.js:102:74)\r\nSystem.err:     at push.../node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js.ZoneDelegate.invokeTask(file:///node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js:421:0)\r\nSystem.err:     at push.../node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js.Zone.runTask(file:///node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js:188:0)\r\nSystem.err:     at push.../node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js.ZoneTask.invokeTask(file:///node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js:496:0)\r\nSystem.err:     at ZoneTask.invoke(file:///node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js:485:0)\r\nSystem.err:     at timer(file:///node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js:1561:0)\r\nSystem.err:     at invoke(file:///node_modules/tns-core-modules/timer/timer.js:20:30)\r\nSystem.err:     at push.../node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js.ZoneDelegate.invoke(file:///node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js:388:0)\r\nSystem.err:     at push.../node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js.Zone.runGuarded(file:///node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js:151:0)\r\nSystem.err:     at (file:///node_modules/nativescript-angular/zone-js/dist/zone-nativescript.js:129:0)\r\nSystem.err:     at run(file:///node_modules/tns-core-modules/timer/timer.js:24:0)\r\nSystem.err:     at com.tns.Runtime.callJSMethodNative(Native Method)\r\nSystem.err:     at com.tns.Runtime.dispatchCallJSMethodNative(Runtime.java:1209)\r\nSystem.err:     at com.tns.Runtime.callJSMethodImpl(Runtime.java:1096)\r\nSystem.err:     at com.tns.Runtime.callJSMethod(Runtime.java:1083)\r\nSystem.err:     at com.tns.Runtime.callJSMethod(Runtime.java:1063)\r\nSystem.err:     at com.tns.Runtime.callJSMethod(Runtime.java:1055)\r\nSystem.err:     at com.tns.gen.java.lang.Runnable.run(Runnable.java:17)\r\nSystem.err:     at android.os.Handler.handleCallback(Handler.java:873)\r\nSystem.err:     at android.os.Handler.dispatchMessage(Handler.java:99)\r\nSystem.err:     at android.os.Looper.loop(Looper.java:201)\r\nSystem.err:     at android.app.ActivityThread.main(ActivityThread.java:6810)\r\nSystem.err:     at java.lang.reflect.Method.invoke(Native Method)\r\nSystem.err:     at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:547)\r\nSystem.err:     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:873)\r\nSystem.err: Caused by: java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.\r\nSystem.err:     at android.view.ViewGroup.addViewInner(ViewGroup.java:5038)\r\nSystem.err:     at android.view.ViewGroup.addView(ViewGroup.java:4869)\r\nSystem.err:     at android.view.ViewGroup.addView(ViewGroup.java:4809)\r\nSystem.err:     at android.view.ViewGroup.addView(ViewGroup.java:4782)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManager.java:1466)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1784)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManager.java:1852)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.dispatchStateChange(FragmentManager.java:3269)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.dispatchActivityCreated(FragmentManager.java:3229)\r\nSystem.err:     at androidx.fragment.app.Fragment.performActivityCreated(Fragment.java:2466)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.moveToState(FragmentManager.java:1483)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1784)\r\nSystem.err:     at androidx.fragment.app.BackStackRecord.executeOps(BackStackRecord.java:797)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.executeOps(FragmentManager.java:2625)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.executeOpsTogether(FragmentManager.java:2411)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.removeRedundantOperationsAndExecute(FragmentManager.java:2366)\r\nSystem.err:     at androidx.fragment.app.FragmentManagerImpl.execSingleAction(FragmentManager.java:2243)\r\nSystem.err:     at androidx.fragment.app.BackStackRecord.commitNowAllowingStateLoss(BackStackRecord.java:654)\r\nSystem.err:     ... 14 more\r\n\r\n```\r\n\u003c/details\u003e\r\n\r\n![image](https://user-images.githubusercontent.com/36491/65917354-c91c7700-e39c-11e9-8e73-665fe4c54011.png)\r\n\r\n\r\n","author":{"url":"https://github.com/beeman","@type":"Person","name":"beeman"},"datePublished":"2019-09-30T21:12:42.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/7884/NativeScript/issues/7884"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f9f644bc-37a5-fdf3-fe00-4956e84be318
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9F24:386CF7:8F816C:C454A8:69728771
html-safe-noncefda7eb79ab7ee2b16cd139464256ab288936f3b0e28048d3f0692f66600036a1
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5RjI0OjM4NkNGNzo4RjgxNkM6QzQ1NEE4OjY5NzI4NzcxIiwidmlzaXRvcl9pZCI6IjEyNTA4MjkxMjk4ODQwMTAzNTMiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac6115b29753649b0eba124f58aa97fc954e073e4e4d59896af5ac56509ec98270
hovercard-subject-tagissue:500528444
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/7884/issue_layout
twitter:imagehttps://opengraph.githubassets.com/4754ea365e6ca09ae133e791ff05089b85839d3fb851ba0a4cd786c3145da110/NativeScript/NativeScript/issues/7884
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/4754ea365e6ca09ae133e791ff05089b85839d3fb851ba0a4cd786c3145da110/NativeScript/NativeScript/issues/7884
og:image:altEnvironment Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project): CLI: 6.1...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamebeeman
hostnamegithub.com
expected-hostnamegithub.com
None7631aa5e32c11c73e45f19f2aaeaa7e0305d2ec80414866e8b020f3c2144ccae
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
release40f44656d2185a364dd710032a2e10ee2f1d7e20
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/NativeScript/NativeScript/issues/7884#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FNativeScript%2FNativeScript%2Fissues%2F7884
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%2F7884
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/7884
Reloadhttps://github.com/NativeScript/NativeScript/issues/7884
Reloadhttps://github.com/NativeScript/NativeScript/issues/7884
NativeScript https://github.com/NativeScript
NativeScripthttps://github.com/NativeScript/NativeScript
Please reload this pagehttps://github.com/NativeScript/NativeScript/issues/7884
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 0 https://github.com/NativeScript/NativeScript/security
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/7884
New issuehttps://github.com/login?return_to=https://github.com/NativeScript/NativeScript/issues/7884
Setting the selectedIndex on BottomNavigation property makes the app crash https://github.com/NativeScript/NativeScript/issues/7884#top
https://github.com/MartoYankov
backloghttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22backlog%22
bughttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22bug%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
https://github.com/beeman
https://github.com/beeman
beemanhttps://github.com/beeman
on Sep 30, 2019https://github.com/NativeScript/NativeScript/issues/7884#issue-500528444
https://github.com/beeman/nativescript-bottom-nav-issuehttps://github.com/beeman/nativescript-bottom-nav-issue
MartoYankovhttps://github.com/MartoYankov
backloghttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22backlog%22
bughttps://github.com/NativeScript/NativeScript/issues?q=state%3Aopen%20label%3A%22bug%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
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.