cjohn001

Results 87 comments of cjohn001

Hello together, I use the following code snippet to detect if I am on a simulator. So far I have not found any issues with it, maybe it helps you:...

@vallemar, thanks for the directions. Seems the issue is known than already

@vallemar, "@nativescript/ios": "8.5.1", came out today. I do not see any network traffic there as well. Is there now something I have to configure in order to see the packages?

are there any updates to the topic? As of today the bug seems still to exist

Hello Nicklliev, thanks for the feedback. I tried the loaded variant es well. Unfortunately it does not work for my use case. The loaded event is triggered separately for each...

@CatchABus , thanks for the directions. The Android solution (handleTimeZoneChanges) I have already found. Do you know of an example app where I could see how this needs to be...

@edusperoni : thanks for the directions. I assume you mean I need to call it from an application event ``` Application.on(Application.resumeEvent, (args: ApplicationEventData) => { if(timezoneChanged){ DefineDateTimeConfigurationChangeNotificationMethod() } } ```...

@edusperoni : I am absolutely with you, handleTimeZoneChanges on android should be true by default and it would be great if the user would not have to handle things manually...

@vallemar : Just tried with 8.5.2.-alpha.3. It is not working. When trying to connect with Chrome, it says "Frontend client connected." and after a timeout "NativeScript debugger was not able...