Steven H
Steven H
In the meantime, a note on how we achieved this is to create an endpoint on the server which will serve up the JSON file of the user's current locale....
I started looking at MoSync over the Christmas period, so I'm quite happy to start work on this. I know it allows you to write C++/C or HTML5/JS, or a...
How would we go about approaching this? Trigger.io is just a (self-claimed) better PhoneGap, with improved build times / development environment / cloud build service. It mentions that it provides...
Yeah, I agree. In my eyes there's a distinct difference between tools such as PhoneGap and Trigger.io which allow you to create multi-platform deployments of an HTML5-based framework of your...
Yep, I had the same problem. It's an implementation detail of the library. I got around by specifying: `["en", "en", "fr"]` This generates a folder `en` and `fr`, and also...
@rahulthewall Or in CSS, something like: ``` .ReactModal__Body--open { overflow-y: hidden; } ``` Which will prevent overflow-y on the body whilst the modal is open.
@amangeot overflow-y works with all browsers and I assume React Modal works with the same browser set as React. @diasbruno I didn't understand this: `.ReactModal__Body--open, is defined by the react-modal,...
Yeah, give me a couple of days and I'll get this done.
I'm not sure. I only started this repo because I wanted somewhere to share the changes I had made to the original plugin. Originally it was started on a personal...
1. I had to implement a `orderValuesSeen` array for compatibility with the stacked plugin. Before the change, 2 series that would be stacked on top of one another were both...