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
Hi there! I was triying to use flutter webview and I had to store some cookies for the session. I did not have any problem in my android device, but it did not work in iOS.
Then I see in the repository that the minimun deployment version needed es 11. I tried to change it but flutter requires nowadays to take the version 12 as. the minumun deployment version for iOS. I tried to change it but every time that I rebuild the project, flutter automatically restore the minimun vesion to 12.
Hi there! I was triying to use flutter webview and I had to store some cookies for the session. I did not have any problem in my android device, but it did not work in iOS.
Then I see in the repository that the minimun deployment version needed es 11. I tried to change it but flutter requires nowadays to take the version 12 as. the minumun deployment version for iOS. I tried to change it but every time that I rebuild the project, flutter automatically restore the minimun vesion to 12.
Here is the post from flutter: https://docs.flutter.dev/deployment/ios#:~:text=The%20minimum%20iOS%20version%20that,to%20the%20highest%20required%20version.
Is there any other option? I could use another library or implement it in another way?
Thanks in advance!!
The text was updated successfully, but these errors were encountered: