rolinger

Results 58 issues of rolinger

For iOS, I tested the following: cordova.plugins.settings.open('locations', success,error) ; cordova.plugins.settings.open('privacy', success,error) ; `locations` opens to the main `Settings` page...it does not open into `Settings -> Privacy & Security -> Location...

Between Cordova-CLI v12 and the Cordova-Android v12, v13 and now v14 I think there needs to be better documentation on version requirements and compatibility. Hoping someone here can help straighten...

On app startup, I am using the following code to check if an app directory exists and if not create it. It has worked fine forever - but on one...

### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...

enhancement
area:core
area:security
autoclose

# Bug Report As the title explains, on iOS if your app has watchPosition enabled and tracking user movement and the user puts your app in the background, later when...

I am testing some new rewrites of my code for geolocation and am noticing some peculiliar things and hoping others can help explain. For both getCurrentPositions() and watchPosition() I use...

### Preflight Checklist - [x] I have searched [existing requests](https://github.com/anthropics/claude-code/issues?q=is%3Aissue%20label%3Aenhancement) and this feature hasn't been requested yet - [x] This is a single feature request (not multiple features) ### Problem...

duplicate
enhancement
area:tui
autoclose

My current podfile looks like this: ``` post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['DEBUG_INFORMATION_FORMAT'] = 'dwarf-with-dsym' config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0' if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle" config.build_settings['CODE_SIGNING_ALLOWED'] =...