Closed maxilon001 closed 8 months ago
But Testing on the web I get the following:
Can you provide more details to this? Which browser? How you got there etc.
But Testing on the web I get the following:
Can you provide more details to this? Which browser? How you got there etc.
I used to cli command
flet run --web -r
And tested on multiple browsers Chrome,Opera Mini,Via But I got a similar result. I have been able to manage the situation by restructuring the app and adding the image file to assets folder and making reference to the file in the assets folder from the app instead of using the absolute path to the file that is not in the assets folder. After restructuring the app it no longer collapses if the image isn't available or if absolute path is used.
With absolute path:
With reference to the image file in the assets folder:
I have been able to manage the situation by restructuring the app and adding the image file to assets folder and making reference to the file in the assets folder from the app instead of using the absolute path to the file that is not in the assets folder.
That's actually the way to go, as per the docs.
If your issue has been resolved, please close the issue.
Testing on the flet android app, I get the following:
But Testing on the web I get the following:
It's the same code.
Please how do I fix this.