s-doddapaneni

Results 12 comments of s-doddapaneni

I am using Angular. On Tue, Jan 22, 2019 at 10:52 PM Nathanael Anderson < [email protected]> wrote: > Are you using Angular or Vue, or Standard NS? > > —...

CSS is getting applied for the first time, if I navigate through my application or come back to login page by signing out. For the next login, the CSS is...

Actually both. While running the app and also while using LiveSync/HMR On Wed, Jan 23, 2019 at 8:53 PM Nathanael Anderson wrote: > Is this while just running the app;...

Does that problem is related to webpack ? On Wed, Jan 23, 2019 at 9:36 PM Nathanael Anderson wrote: > LiveSync/HMR will typically overright the values frequently; that is not...

Yes. That makes sense: But if I start the app normally on a device and then do some navigation or navigate back to main screen. Yes it is failing again....

Yes. I can create a sample app and share that with you or may be I can share it in playground as well. On Wed, Jan 23, 2019 at 10:37...

[SampleNS.zip](https://github.com/NathanaelA/nativescript-platform-css/files/2792679/SampleNS.zip) Please find the attachment of a sample project with the plugin added. I tried to add platform specific CSS for a class where it is getting applied only for...

Did you able to run that sample project. Did you face the same issue?

I found out the exact problem. It is with the navigate method. Using any type of navigation is causing this issue. For example: I have used this.router.navigate and also this._routerExt.navigate....

I am using tns version 5.1.0 and platform iOS version 5.1.1 Xcode version is 10.1 and my package.json is { "nativescript": { "id": "", "tns-android": { "version": "5.1.0" }, "tns-ios":...