Flutter WebView for iOS build Not Working After Codemagic CLI Tools Update (0.60.2 → 0.61.1) #3295
Unanswered
nadeeshFireFly
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @nadeeshFireFly the issue is not related to the Codemagic CLI tools version, but you can confirm it by installing the previous version like this: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?
Flutter (Dart)
Steps to reproduce
Hi Team,
Steps to Reproduce the Issue
Is there a way to change the Codemagic CLI tools version?
I used Codemagic to build and deploy my Flutter iOS app. Previously, the app worked properly on iOS 26.0 , but now it’s not functioning correctly(Webview click is not working). I checked the build logs from both attempts and found that the Codemagic CLI tool versions are different:
Previous build: codemagic-cli-tools 0.60.2
Current build: codemagic-cli-tools 0.61.1
Could this version difference be the cause, and is it possible to select or revert to a specific CLI tools version for the build?
Expected results
Flutter Webview click should work on iOS 26
Actual results
Webview click is not working on iOS 26
Build id (optional)
68e71e4e01d11cbfa2c4df61
Beta Was this translation helpful? Give feedback.
All reactions