Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow builds for website mode #1302

Open
a2937 opened this issue Dec 4, 2024 · 0 comments
Open

Allow builds for website mode #1302

a2937 opened this issue Dec 4, 2024 · 0 comments
Labels
type: feature request Threads classified to be feature requests. Implementation to be considered as a nice to have

Comments

@a2937
Copy link
Member

a2937 commented Dec 4, 2024

Is your feature request related to a problem? Please describe.
I can't inspect the mobile app and figure out why the first step for the Cat Photo App is broken. One of the three things must not be true.

document.querySelectorAll('style').length == 1
document.querySelectorAll('link').length == 0 
document.querySelectorAll('script').length <= 2 

Describe the solution you'd like
I want the Flutter project CLI to be ran to add the alternative platform.

Describe alternatives you've considered
While we can just ignore it for now or remove the failing test, testing for browser extensions that could interfere with tests is reasonable.

Additional context
I am wondering if there's anything special that needs to be done to ensure the app properly loads in a web browser compared to a mobile app, and if there are any special requirements that must be followed.

My initial guess is that there might not be any connected style elements to the mobile app, but I don't have any proof yet.

@a2937 a2937 added the type: feature request Threads classified to be feature requests. Implementation to be considered as a nice to have label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request Threads classified to be feature requests. Implementation to be considered as a nice to have
Projects
None yet
Development

No branches or pull requests

1 participant