Norman Breau

Results 830 comments of Norman Breau

A blank white screen generally indicates a failure in loading the document, which can happen either in the JS side (the web page itself has an error) or on the...

> Any update on if/when this will gonna be supported? Due to the volunteer nature of Apache projects, we can't really provide any timelines. AFAIK no one is looking into...

Looks like this might actually be resolved by https://github.com/apache/cordova-ios/pull/1050

This is a strange issue but I suspect the underlying cause is from a plugin that cordova is attempting to install. Normally we see better console output though. I'd try...

The problematic entries are: ``` ``` In Node 18 I believe, NodeJS was changed where it no longer accepts a url that isn't prefixed with a scheme. For example, `*.gmc-limousines.ch`...

Are you requesting FINE or COARSE location? (e.g. do you have high accuracy enabled or disabled?) Android 12 has a [known issue](https://issues.chromium.org/issues/40205003) where requesting coarse location doesn't work as expected...

> const coordinates = await capacitorgeolocation.getCurrentPosition({ enableHighAccuracy: false, }); right now my code before i did not added any option (not working in 12) then i added that option still...

> enableHighAccuracy:true this does not fix the issue Can you confirm your device location settings? Settings -> Location -> Location Services ![Screenshot from 2024-02-14 14-33-14](https://github.com/apache/cordova-plugin-geolocation/assets/11200662/b7ba7572-5d7a-4ec1-9ecb-65a0d85e9616) Google Location Accuracy should be...

> @breautek @erisu not to sound impatient but, what is holding this back from being merged? It's in the 13.x milestone, I'm not really sure why it was placed there....

> What about requesting for camera permission? If you mean [android.Manifest.permission.CAMERA](https://developer.android.com/reference/android/Manifest.permission#CAMERA) this permission is only required for accessing the camera APIs, not for using the intents.