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
Im using this library to serve assets to use with a local webSite on WebView.
The assets are book images, so when the user choose a book in the library I start the local server in the folder containing the assets of the chosen book.
The issue is that the WebView is always loading the first chosen book.
The text was updated successfully, but these errors were encountered:
medmo7
changed the title
The server is always serving the assets from the first folder it was sta
The server is always serving the assets from the folder it was started the first time
Sep 8, 2021
Has anyone else seen this? I'm running into the same issue on my end. I'm using react-native-codepush to download new directories to serve from, but the server is still serving from the older code push directory, despite explicitly specifying the new one per platform.
Im using this library to serve assets to use with a local webSite on WebView.
The assets are book images, so when the user choose a book in the library I start the local server in the folder containing the assets of the chosen book.
The issue is that the WebView is always loading the first chosen book.
Here is my WebView code:
Thanks a lot
The text was updated successfully, but these errors were encountered: