Kenton Gray

Results 12 comments of Kenton Gray

Install the master branch from GitHub, the issue seems to be resolved there @fariskas

Sure I'm on my phone so can't give exact commands but basically remove the plug-in, then install using the GitHub url instead of the plugin name

@fedorareis we are running into the same problem did you ever find anything out? ![](https://imgs.xkcd.com/comics/wisdom_of_the_ancients.png)

running into this issue too in my opinion this should just be merged. I verified the fix worked so we are running on master + this change on our production...

For the wary traveller, I have tried a bunch of these without success and wasn't willing to switch to x86, this trick, while maybe bad practice, worked for me (basically...

Found a great fix for iOS. Simply add a div triggering scrolling to the end of the document (a height of 101% should work) then create a setTimeout with a...

Since there are other bugs with the tooltips not closing that remain open (https://github.com/chakra-ui/chakra-ui/issues/6255) this seems like a good workaround to me

@JG145 what I had to do was the following (as a create react app and typescript user) `yarn add worker-loader` ``` /* eslint-disable @typescript-eslint/no-var-requires */ (mapboxgl as any).workerClass = require('worker-loader!mapbox-gl/dist/mapbox-gl-csp-worker').default;...

@CarlosRoig FYI I was able to make this work with straight up ionic2 http://ionicframework.com/docs/v2/components/#toolbar-searchbar