Emil Mork
Emil Mork
My solution was to include my 3rd-party libraries that need transformation with babel. react-native-router uses es6 syntax, so you will need to transform the code before it is bundled. ```...
I have the same issue on Samsung galaxy 4(Android 4.4.2) with chrome 37.0.2062.117. The zoom buttons don't fire any events. @pgiraud: Did you find any solutions(alternatives) to this ?
@jgleal Don't think so. Bu I just created custom buttons and called map.zoomIn() and map.zoomOut() manually.
@Xsasan: I am not using a OpenLayers.Control.Button or OpenLayers.Control.panel, just a custom link Zoom Inn and then calling map.zoomIn() when the link is pressed. The link is styled as a...
Do you have some more information about your test example ? @alexsmartens There is a new version out now supporting [email protected]+
Sorry for late answer @vasyl91. I am not sure. If its not possible with c3, its not possible with react-rt-chart. You can take a look at c3 flow API and...