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
Currently, the puzzles are rendered via cubing.js in a webview. The cubing.js code is loaded from a CDN, which requires an active internet connection. I'd like to bundle the cubing.js code into the app itself so that everything can work fully offline.
Initial resources that may be helpful to understanding current challenges/potential future solutions
Currently, the puzzles are rendered via
cubing.js
in a webview. Thecubing.js
code is loaded from a CDN, which requires an active internet connection. I'd like to bundle the cubing.js code into the app itself so that everything can work fully offline.Initial resources that may be helpful to understanding current challenges/potential future solutions
[Android] Opening local HTML file as text · Issue #428 · react-native-webview/react-native-webview
https://gist.github.com/paldepind/8cbc430575cd075144d291b0eff463fc
ReactNative: WebView with local content
Loading in-app content | Android Developers
https://medium.com/@snehabagri.90/reactnative-webview-with-local-content-c98a09340801
https://github.com/birdofpreyru/react-native-static-server/tree/master
The text was updated successfully, but these errors were encountered: