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
Here's an interesting thing I'm running into rn, I was building a cross platform solution for the Web view method for the Tesla Authentication.
I am able to load up the webview fine in android, The same url and everything for the Tesla /authorize page doesn't load up on iOS. The tesla servers never reply. Is there some kind of User Agent that iOS adds by default... I have hard coded the user agent as ""
Does anyone have any idea why the same webview loads up on android and doesn't load up on iOS? I have tried loading up google.com and that works on iOS but the Tesla one doesnt.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here's an interesting thing I'm running into rn, I was building a cross platform solution for the Web view method for the Tesla Authentication.
I am able to load up the webview fine in android, The same url and everything for the Tesla /authorize page doesn't load up on iOS. The tesla servers never reply. Is there some kind of User Agent that iOS adds by default... I have hard coded the user agent as ""
Does anyone have any idea why the same webview loads up on android and doesn't load up on iOS? I have tried loading up google.com and that works on iOS but the Tesla one doesnt.
I am adding my flutter webview widget below:
https://gist.github.com/hemang249/f366f96e650f1809e746102ba3fdacba
Beta Was this translation helpful? Give feedback.
All reactions