Open
Description
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
onWelcome!
page -
Enter
Puur
inSearch 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