Nikolay Iliev

Results 132 comments of Nikolay Iliev

@m-abs indeed there is no out-of-the-box support for dynamic types. I am marking this one as a feature as even in native iOS not all fonts can be used as...

Related to https://github.com/NativeScript/nativescript-angular/issues/1966

@Firetrip can you let us know on what device and OS you are having the issue `No view found for id 0x6`

The `page-router-outlet` creates a mobile navigation (for example on iOS there is a `UINavigaitonBar`) where we have an ActionBar by default. The PRO (`page-router-outlet`) also will be able to navigate...

@erkanarslan that is somehow expected as the simulator path is different for each Mac user (see [here](https://github.com/NativeScript/NativeScript/blob/e8f5ac8522954b4433fa8932032d9fc03d33819e/nativescript-core/utils/native-helper.ios.ts#L29-L40)). The method **_openFile_** is checking for that path that would be on a...

@joey0xx see[ this thread](https://discourse.nativescript.org/t/navigate-to-route-after-push-notification-is-received-in-main-ts/1340/2) where it is suggested to use the launch event to navigate (when notification is received)

@stewx the issue is indeed a bug - it is probably related to [this comment](https://github.com/NativeScript/nativescript-angular/blob/e7228770e8b20b8920f145baff3e71eae4cc7e9a/nativescript-angular/testing/src/util.ts#L174-L176).

@obiwankenoobi what is your OS perhaps El Capitan? If so try [this solution](https://github.com/pypa/pip/issues/3165#issuecomment-146666737) ``` pip install --ignore-installed six ```

@alqabali the `TabView` is[ a deprecated component](https://docs.nativescript.org/angular/ui/ng-components/tab-view) and the team doesn't plan to work on it in the near future. > Important: With version 6 of NativeScript the TabView component...

Using WebView instead of HtmlView is also a possible workaround.