Jón Rúnar Helgason

Results 15 comments of Jón Rúnar Helgason

@leileizhu Could you please tell us what version you are using? Your description seems similar to issue #4 that affected older versions of this library. Tooltips worked in debug/simulator mode...

@leileizhu Thanks! In that case we might have a legitimate new bug. Could you please create a repository with code that replicates/demonstrate the behaviour that you have? Something similar to...

I had noticed this as well (in the code & delay) and am in favour of having the needed dependencies be baked into the eventual React Native bundle JS file...

**Update**: Please ignore, will probably not work. See reply below. ~~@mmazzarolo One dirty way would be to modify the file `react-native-ChartView.js`. There you could swap out [line 38](https://github.com/TradingPal/react-native-highcharts/blob/master/react-native-ChartView.js#L38)~~ ``` ```...

@minhquankq I'm very sorry, you're right. After your reply I remembered I did once try it and it failed, confused it with something else. If I remember correctly there were...

@Infinity0106 Thanks for your update. In my attempts I was able to get rid of the jQuery dependency with the following code (see my reply above): ```javascript document.addEventListener("DOMContentLoaded", function() {...

I ran into this issue as well trying to achieve landscape orientation. From what I can tell the CSS `@page size` descriptor is not supported in Firefox nor Safari: -...

> Hi, @jonrh ! Have you found any workaround? Unfortunately not. I found one [potential hack](https://stackoverflow.com/a/16596262), rotate the content by 90° in CSS: `transform: rotate(-90deg);`. It might work if you...

Been getting this native crash as well. Seems to be originating from `handleForegroundLocationPermissions()` after a Android devices resumes activity in rare cases. ```java private Bundle handleForegroundLocationPermissions(Map result) { PermissionsResponse accessFineLocation...

> So in which SDK the fix is included? Expo v48.