Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tabview disappears on iOS when navigated to from other page #1519

Copy link
Copy link
Open
@rowdyrabouw

Description

@rowdyrabouw
Issue body actions

Which platform(s) does your issue occur on?

  • iOS
  • iOS 11.3 + 11.4
  • emulator and device (iPhone 6)

Please, provide the following version numbers that your issue occurs with:

  • CLI: 4.2.3
  • Cross-platform modules: 4.2.0
  • Runtime(s): 4.2.0
  • Plugin(s):
 "dependencies": {
    "@angular/animations": "6.1.1",
    "@angular/common": "6.1.1",
    "@angular/compiler": "6.1.1",
    "@angular/core": "6.1.1",
    "@angular/forms": "6.1.1",
    "@angular/http": "6.1.1",
    "@angular/platform-browser": "6.1.1",
    "@angular/platform-browser-dynamic": "6.1.1",
    "@angular/router": "6.1.1",
    "@ngx-translate/core": "10.0.2",
    "@ngx-translate/http-loader": "3.0.1",
    "email-validator": "^2.0.4",
    "lodash": "4.17.5",
    "nativescript-angular": "6.1.0",
    "nativescript-calendar": "2.0.0",
    "nativescript-carousel": "4.0.2",
    "nativescript-geolocation": "4.3.0",
    "nativescript-google-maps-sdk": "2.6.1",
    "nativescript-local-notifications": "3.0.0",
    "nativescript-ngx-fonticon": "4.0.0",
    "nativescript-theme-core": "1.0.4",
    "reflect-metadata": "0.1.12",
    "rxjs": "6.2.2",
    "rxjs-compat": "^6.3.1",
    "tns-android": "4.2.0",
    "tns-core-modules": "^4.2.0",
    "zone.js": "0.8.26"
  },
  "devDependencies": {
    "@angular/compiler-cli": "~6.1.0",
    "@ngtools/webpack": "~6.1.0",
    "babel-traverse": "6.26.0",
    "babel-types": "6.26.0",
    "babylon": "6.18.0",
    "lazy": "1.0.11",
    "nativescript-dev-sass": "^1.6.0",
    "nativescript-dev-typescript": "0.7.2",
    "nativescript-dev-webpack": "^0.15.1",
    "tns-platform-declarations": "4.2.0",
    "typescript": "2.7.2"
  }

Please, tell us how to recreate the issue in as much detail as possible.

@sis0k0 has my original project

  • Start app in iOS simulator

  • Welcome! page will be shown first

  • Click search on Welcome! page

  • Enter Puur in Search by name

  • Select first in the list Puur Kappers Gouda

  • You'll get the Salon page without a TabView

  • Open app-routing.module.ts

  • Change { path: "", redirectTo: "/welcome", pathMatch: "full" },

  • to

  • { path: "", redirectTo: "/salon", pathMatch: "full" },

  • App will start with Salon page WITH TabView

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.