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: ![image](https://github.com/user-attachments/assets/25ec4dc7-206e-44c6-871f-8f559eefe10c) getTimeZone.js: ![image](https://github.com/user-attachments/assets/c0d00ff1-168c-4ab1-9e1a-b304072a884b) And my...