My web Call function does not work in OnAppear but it does in Refreshable – SwiftUI
Hi I am making an application that scrapes data from 2 different web, when I call the functions in the .OnAppear method 1 of the two does not work.
But if I call it from the .Refreshable, that is to say making swipeDown, the call to the web works, to what is this due ?