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
Describe the bug
ios http client require precent-encoding network.request never response from urls like http://website.com/?search=hello world (simulator/android doesnt require precent-encoding)
it should call listener with event.isError = true or force use precent-encoding for all urls to behave like android/simulator.
Target platform and where build was made:
Device: Iphone X
OS: ios 16.7.10
The text was updated successfully, but these errors were encountered:
Describe the bug
ios http client require precent-encoding
network.request
never response from urls likehttp://website.com/?search=hello world
(simulator/android doesnt require precent-encoding)it should call listener with
event.isError = true
or force use precent-encoding for all urls to behave like android/simulator.Target platform and where build was made:
The text was updated successfully, but these errors were encountered: