You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when ever the app resumes to foreground it wont update the website, when its closed without setting clear cache it wont update either.
if im displaying news website site and there are new stories, i wont be able to see them until i close the app, thats the case if i set clearCache: true, if its false i will never see the new articles.
so far i couldn't find any workaround, for when user resumes the app to foreground.
The text was updated successfully, but these errors were encountered:
its actually because of cache, i forked your library and rewrote it in kotlin / swift instead of java / objective c
when im am done i will publish it and you can merge it or just continue with yours
to solve this problem you need to disable cache and refresh on resume (use with WidgetsBindingObserver) on android thats what solved the issue for me, testing on ios now
when ever the app resumes to foreground it wont update the website, when its closed without setting clear cache it wont update either.
if im displaying news website site and there are new stories, i wont be able to see them until i close the app, thats the case if i set clearCache: true, if its false i will never see the new articles.
so far i couldn't find any workaround, for when user resumes the app to foreground.
The text was updated successfully, but these errors were encountered: