Dr. Thomas
Dr. Thomas
This could fix it: https://github.com/bbangert/velruse/pull/157
Well, the last commit to this repo was 4 years ago. Its dead!
Even macFUSE 4.1.2 works on Big Sur 11.5.2 after a simple system reboot after the upgrade (for me). No need to install a new version. The extra reboot does the...
Apple does not let you find out if the user has bluetooth enabled. This is likely a privacy issue. (IMO its nuts.) If you __start ranging__ you get the "General...
> It's frustrating because my work-around is to call getCurrentPosition every 5000ms (using setInterval) but my users are complaining that the location updating is noticeably worse between the previous and...
Yes, but that should not stop the GPS. You may receive 1 or 2 timeouts and then it should start working (except indoors). Timeouts are generated by geolocation.js of this...
There is nothing wrong with receiving timeouts. I ignore them and have a timeout of 45000, probably should use infinity. You also may get them after the app was suspended....
Please check if PullRequest #120 will resolve your issue. I think, the user should not be involved in this issue, especially as it only affects iOS. Releasing playing/recording media is...
The issue addressed in this PR was fixed by: https://github.com/apache/cordova-plugin-media/pull/120 This PR can be dropped.
Yes your assessment is correct, and there is no other functionality contained in the PR. The problem addressed by this PR is already fixed.