Martin Yankov

Results 15 comments of Martin Yankov

@rowdyrabouw @y-spreen I have identified the issue as a problem with the `ActionBar` `flat="true"` property. It seems the flat action bar breaks the layout of the tab view and possibly...

@rowdyrabouw Can you test this with `tns-core-modules@rc`? A very large number of flat bar problems were fixed lately.

@JuanDeLeon It's not a branch, it's a tag in npm. So simply run `npm install tns-core-modules@rc`. That being said, we just released the latest patches, so you can simply try...

@JuanDeLeon Perhaps I'm missing something, because I can't reproduce this. The only problem I can reproduce is that the TabBar hides on livesync. Can you provide a playground example or...

@rowdyrabouw This is the app I was testing with, but I haven't removed the *ngIf directive of the TabView. I see the problem with the disappearing tab bar now. However,...

Yes, to latest nativescript-angular and tns-core-modules.

@msaelices I believe there was a miscommunication regarding this issue and the NativeScript Core framework. The way NativeScript Core currently works is that on Livesync/HMR of a script file there...

@rigor789 @msaelices We are aware if this as a usability issue and we are aiming to improve this as a whole in NativeScript for all frameworks. We just don't have...

As I mentioned, this is definitely a viable solution and we will explore it as an improvement for all three frameworks. We are not considering this as critical. @vchimev is...

@bundyo Angular is typescript only, so you can't do platform specific code without the platform declarations anyway.