Zeh Fernandes
Zeh Fernandes
Yes! You can add onPress event and use the `this.cube.scrollTo(index)` function to go to next and prev views. https://github.com/zehfernandes/react-native-3dcube-navigation/blob/badbcfb5fe880dc963a55e26d35307f2149cb210/examples/components/CubeHorizontal.js#L25
Thanks for reporting @roybarber.
Hi @snapxtp Can you paste the error message you got?
Some phones the plugin work (windows 8, android) but in IOS have a bug with safari 6.0 in the adicional plugin scrollTo. Have a guest code to fix the issue...
I'm working in different version without scrollTo. But you can try this guest code: http://stackoverflow.com/questions/13296144/set-scrollleft-scrolltop-simultaneously-does-not-work-in-safari-6 http://nabble.nl/demo/safari6scrollto/scrollto.js
Yes! This is cool. I will consider for next versions :) Thanks @robgill
Hi @luanmuniz What is the version of your macOS and the pliim app?
Hi Luan. Can you test the new Pliim version (https://github.com/zehfernandes/pliim/releases/tag/v1.6.0) and check if the visual bug still happend?
Hmmm. Maybe should be a default behavior without a toggle. What do you think?
Looks like if you nested more html tags in the element it will copy with extra lines: ``` {children} ``` Like this copy without the extra lines: ``` {children} ```...