Justin Stevens

Results 8 comments of Justin Stevens

Wow! This has everything. Why isn't all this data in the API? ``` [ { "key": "group_5abe8e581db19", "title": "Information", "fields": [ { "key": "field_5ace211a23431", "label": "Equipment Information", "name": "equipment_information", "type":...

I was not able to get the `javascript_packs_with_chunks_tag` to work with any solution provided here. The page will render, but the packages are not split into chunks as they would...

Looking through the past issues I was able to find references to this issue: #33 #25 #26 Am I missing something? Is this map able to be panned on a...

@zimrick THANK YOU!! I was so worried that I had done something wrong. Two finger panning is a great UI feature. However, the map should still recognize a one finger...

@pronebird In my implementation I add a `onTouchMove` listener to the containing element. Then fire something like this to essentially hide/show the warning: ``` touchWarning = (event) => { if...

So, I think the ZoomableGroup may only have `onMoveStart`... I actually attached my `touchWarning()` function to a `div` wrapped around the whole map. There I have access to React's `ontouchStart()`...

Any idea how to add multiple containers?

Would love a more permanent fix for this.