thingsboard / flutter_thingsboard_pe_app

ThingsBoard PE Mobile Application
https://thingsboard.io/products/mobile-pe/
BSD 3-Clause "New" or "Revised" License
89 stars 71 forks source link

WebView not loading in IOS #161

Open valixkaldor opened 1 day ago

valixkaldor commented 1 day ago

I am trying to connect to my things board dashboard in order to load my widgets. On android the full thing is loading but on IOS none of the widgets from the WebView is loading. there is just a continuous loading symbol. 1727423847038

ybeshkarov commented 1 day ago

Hello,

The issue will be fixed in the 1.3.0 mobile release and as soon as the ThingsBoard platform is released.

valixkaldor commented 1 day ago

is there no work around that I can use for v1.2.0. I would prefer to not have to redo all of the customisation and additional features that I added to my app

ybeshkarov commented 1 day ago

Unfortunately no. You going to face the issue regularly on the IOS for 1.2.0.

As an option, you can try merging your changes with the 1.3.0 release.

valixkaldor commented 1 day ago

ok thank you

valixkaldor commented 23 hours ago

@ybeshkarov is this the version in which the webview is working. https://github.com/thingsboard/flutter_thingsboard_pe_app/releases/tag/v1.3.0

i was looking through past issues and i think that this issue came up before here: https://github.com/thingsboard/flutter_thingsboard_pe_app/issues/113

valixkaldor commented 22 hours ago

I just tried using v1.3.0. The same error is still persisting. I can login with my username/password however the dashboard WebView does not load on IOS. I am fairly confident that the issue with the source code since this time I only changed my endpoint (no additional customisation)

ybeshkarov commented 20 hours ago

as soon as the ThingsBoard platform is released.

The ThingsBoard platform has not been released yet. With the old ThingsBoard version everything will work as before, what's means you will still face an issue with a dashboard on iOS.