-
If you are looking for help, please confirm the following...
Which mobile framework are you using?Flutter (Dart) Steps to reproduce
Expected resultsThe same count screen as the Android version should be launched when index.html is launched on the web. Actual resultsWhen I launch index.html on the web, I get a blank page, and I want to know what is causing this. do I need to set some special specification in pubspec.yaml or something to make it web? Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
hey @Ichijin have you enabled Codemagic Static Page publishing within the distribution section of the workflow editor? You are probably missing this part. To visualize how your app appears on the web after a successful build, simply enter a subdomain for the web page. You can then access your app at that location to see how it looks |
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
hey @Ichijin have you enabled Codemagic Static Page publishing within the distribution section of the workflow editor? You are probably missing this part. To visualize how your app appears on the web after a successful build, simply enter a subdomain for the web page. You can then access your app at that location to see how it looks