Replies: 1 comment
-
|
It's not possible to drop the local HTTP server at the moment, see this issue for more information: #117 Are you sure the issue you identified is caused by the HTTP server? Did you conduct a benchmark to identify the bottleneck? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found that Android loads data faster because Kotlin removed the local HTTP server and switched to using WebViewAssetLoader to load local resources directly.
So, is it possible for iOS to disable the local HTTP server and load local resources directly?
Beta Was this translation helpful? Give feedback.
All reactions