johnd0e
johnd0e
While working on this PR - may be you will be able to find what is root source of #241
As I can see SortableJS should support touch. jQueryUI fails with this (though there are plugins like https://github.com/heyman/jquery-draggable-touch and https://www.npmjs.com/package/touch-dnd).
**4.4 KitKat** In order to pass Google login - `useragent` string should be changed (it is done by default for KitKat). After successful login useragent could be set to standard.
**4.2 Jelly Bean** - Issues with map baselayers - ssl errors preventing tiles to load. Could be fixed by changing `https` -> `http` in urls (CartoDB, Humanitarian) - GoogleMutant-based maps...
Thanks for pointing this. Let's see it as sub-task of #257.
Ok, it'd be great
See also #251
Please consider this use case: #195 It would be great if the tooltip will be kept open even during internal data updating.
> It is, using standard `portal.bindPopup(content).openPopup()` But what will happen when placeholder will be replaced with real entity? What if it will be moved from one faction to another, etc....
> breaking the logic Could you point exact places in code? (I haven't studied this PR yet).