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
new version Captures issues
[
![1000226924](https://github.com/user-attachments/assets/442921da-daf3-4e43-914d-884222e8fcb0)
]
[
![1000226927](https://github.com/user-attachments/assets/1ca29ac1-59a8-4b07-abf1-8b631a9b8010)
]
Operating System
Windows
Operating system details
windows11
Flet version
flet 0.25.1
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
old version 0.24.1 is good
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered:
JayasuryaDaikoku
changed the title
Issue 1: Flet Webpage Not Working Properly
Flet Webpage Not Working Properly
Dec 9, 2024
Duplicate Check
Describe the bug
The webpage loads but Google Calendar, Gmail, and login functionalities are not working. They open, but do not respond or function as expected.
Code sample
class WebpageView:
def init(self, go_main):
self.go_main = go_main
self.scaled_width_portrait = 391
self.scaled_height1_portrait = 120
self.scaled_height2_portrait = 610
self.scaled_height_landscape = 392
self.scaled_width_portrait1 = 250
self.scaled_width_portrait2 = 580
self.settingsmain_container = None
To reproduce
wv = WebView(
url="https://calendar.google.com",
expand=True,
on_page_started=lambda _: print("Page started"),
on_page_ended=lambda _: print("Page ended"),
on_web_resource_error=lambda e: print(f"Page error: {e.data}")
)
Expected behavior
No response
Screenshots / Videos
old version Captures
[
]
[
]
new version Captures issues
[ ![1000226924](https://github.com/user-attachments/assets/442921da-daf3-4e43-914d-884222e8fcb0) ] [ ![1000226927](https://github.com/user-attachments/assets/1ca29ac1-59a8-4b07-abf1-8b631a9b8010) ]Operating System
Windows
Operating system details
windows11
Flet version
flet 0.25.1
Regression
Yes, it used to work in a previous Flet version (please specify the version in additional details)
Suggestions
old version 0.24.1 is good
Logs
Logs
[Paste your logs here]
Additional details
No response
The text was updated successfully, but these errors were encountered: