chetvergok
Results
1
comments of
chetvergok
Hi I have no issue with that. But I use InvokeFromFileAsync instead of InvokeFromStringAsync: `_nodeJSService.InvokeFromFileAsync("getTimeZone.js", "getTimeZone", args: new[] { latitude.ToString(), longitude.ToString() });` and my folder:  getTimeZone.js:  And my...