Tim Lupo
Tim Lupo
+1 if there is a better way to do this
I just tried this, you actually need to set ```ts startDelta={useWindowDimensions().height} endDelta={useWindowDimensions().height - height} // height is the height of the alert ``` Since `height` is saved in the DropdownAlert's...
As per #172 , make sure to include `gl.endFrameEXP();`.
@alessandro-bottamedi How did you fix using `react-native-webview`? Is that easily integratable with three.js? Any performance issues?
Did you figure this out?
Same problem with `fbx` file
@p4tric see #151 , there are some solutions that worked for me
@XHMM This worked for me as well! Should we create a PR @EvanBacon ? Thanks :)
The @XHMM fix above does work for local assets, but remote URLs (OBJ or FBX) are failing with ``` Event { "isTrusted": false, } ``` Debugging and will update here...
Finally figured it out. The issue comes from `FileLoader.load` never being trusted by Android. The reason why OBJ is unaffected is because in `build/loaders/loadModelsAsync.js` the `loadObjAsync` function has the following....