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
My Application has heavy use of WebViews. That's why I am navigating between webviews using Navigator.push(context, route); and Navigator.of(context).pop();
However, when I pop one webview and come back to the previous one, I see the circularprogressindicator() and the webpage doesn't load again.
any suggestions as to why this could be happening and any solutions for the same? Really urgent. Thanks.
The text was updated successfully, but these errors were encountered:
@charafau Sorry for getting back to you so late. We actually chucked Flutter because of its webview issues, I will try to give a minimal code to reproduce it
My Application has heavy use of WebViews. That's why I am navigating between webviews using Navigator.push(context, route); and Navigator.of(context).pop();
However, when I pop one webview and come back to the previous one, I see the circularprogressindicator() and the webpage doesn't load again.
any suggestions as to why this could be happening and any solutions for the same? Really urgent. Thanks.
The text was updated successfully, but these errors were encountered: