I have embedded a quicksight dashboard into my iOS mobile app using WKWebView web container. After the dashboard is loaded in the web container, whenever I scroll, API calls are made to render the charts. Due to this continuous API calls, my web container is crashing and giving the error( Webview is reloaded sometimes and Failed to acquire RBS Background assertion ‘ConnectionTerminationWatchdog’ ). Is there any way to stop these frequent API calls and load the whole thing at once.
PS: I have confirmed that the API calls are made upon scrolling by opening the same URL in my browser. (Attaching the screenshot of API calls made).