Iftekhar Rifat
Iftekhar Rifat
Can you give me an example project which can reproduce this issue ?
> > Can you give me an example project which can reproduce this issue ? > > https://github.com/oakis/minahallplatser/blob/master/src/actions/search.js Can you check if 3.0.0 solves this issue ? It seems you're...
Yes, it works with RN0.59 too.
> Any update on this? In my case unless the user set Location to "High accuracy", calling getCurrentPosition() would trigger the "For a better experience" dialog, and if you press...
This is probably a device specific or google play service issue. Check [https://stackoverflow.com/questions/55520315/requesting-high-precision-location-with-locationsettingsrequest-not-updating-loc](https://stackoverflow.com/questions/55520315/requesting-high-precision-location-with-locationsettingsrequest-not-updating-loc). Are you testing with samsung device ? You should try updating the play-services-location library version to see...
> The main issue here is clicking OK doesn't actually change the settings properly and the next location request will cause the dialog to pop up again causing an infinite...
Is this still happening ? If it does, please do the debugging as described in the comment above and let me know the result from logcat.
Not possible yet, community geolocation library is still needed for developers who build apps for Chinese region since google play service is not available in China.
sorry for the late response, which cropperjs version are you using ? This library supports v1.5.x and `replace` method has two parameters. [https://github.com/fengyuanchen/cropperjs/blob/main/src/js/methods.js#L95](https://github.com/fengyuanchen/cropperjs/blob/main/src/js/methods.js#L95)
Can you try the example project ? It's running fine for me in vue 3