在Android上滑动时,Nativescript选项卡断开

在Android上滑动时,Nativescript选项卡断开,nativescript,Nativescript,我正在尝试使用我的应用程序中的选项卡组件。加载页面时,这是我的初始状态: 如果我点击导航,它工作正常: 但是如果我滑动来导航,我会疯掉的 如果我复制/粘贴他们的主页代码,我可以使用基本示例获得相同的结果 我运行tns更新,tns平台删除android无效 "dependencies": { "@nstudio/nativescript-checkbox": "^1.0.0", "@types/node&

我正在尝试使用我的应用程序中的选项卡组件。加载页面时,这是我的初始状态:

如果我点击导航,它工作正常:

但是如果我滑动来导航,我会疯掉的

如果我复制/粘贴他们的主页代码,我可以使用基本示例获得相同的结果

我运行tns更新,tns平台删除android无效

"dependencies": {
    "@nstudio/nativescript-checkbox": "^1.0.0",
    "@types/node": "^12.12.7",
    "moment": "^2.27.0",
    "moment-timezone": "^0.5.28",
    "nativescript-appversion": "^1.4.4",
    "nativescript-audio-player": "^1.0.3",
    "nativescript-carousel": "^6.1.1",
    "nativescript-geolocation": "^5.1.0",
    "nativescript-insomnia": "^1.2.3",
    "nativescript-iqkeyboardmanager": "^1.5.1",
    "nativescript-mqtt": "^1.2.0",
    "nativescript-pager": "^12.0.0-alpha.8",
    "nativescript-plugin-firebase": "^10.5.2",
    "nativescript-secure-storage": "^2.6.0",
    "nativescript-theme-core": "^2.0.24",
    "nativescript-ui-listview": "^8.1.2",
    "nativescript-ui-sidedrawer": "^8.0.1",
    "tns-android": "^6.2.0",
    "tns-core-modules": "^6.5.1",
    "tns-platform-declarations": "^6.5.2"
  },
  "devDependencies": {
    "nativescript": "^6.3.0-2019-10-31-115648-13974",
    "nativescript-dev-webpack": "^1.1.0-next-2019-07-16-145616-02",
    "node-sass": "^4.14.1",
    "tslint": "^6.1.1",
    "typescript": "3.4.5"
  },

你贴的例子对你使用操场有用吗?