Made in Moon
Made in Moon
Indeed this boilerplate is a great start for a cordova app! It makes now 7 months since this issue was opened, anyone news on it (doc link, PR, etc.) ?...
is it related to #15 ?
I had a the same problem with the lib headroom.js. I had to do the following in my component: const Headroom = process.env.BROWSER ? require('headroom.js') : ''; class Header extends...
@Bamieh thanks ;)
@yayromina, it is actually usable. See the code below. note: I added the prop `scrollContainer`, which allows to listen the scroll of a specific container. You could pass `window`. ###...
I suceeded just few minutes ago, changing few lines to 'react-spark-scroll/lib/spark.js' but it begins in a dirty way: ``` var container = document.getElementById('myDiv'); ``` How to dynamicly send a string...
I think I've done 50% of the work, I cloned the repo, created a branch, but i don't have the permission to commit and publish it. Am I doing the...