-
-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Location empty on iOS Vue #310
Comments
i have same issue in nativesacript angular ios. |
Try this solution, it did helped me |
Thanks @bonkboykz, @DimitarTachev Still having issues. @bonkboykz were you having problems with geocode location, not filepath location as referred in the issue? Either way, modifying the referenced code to work in Vue (removing
I get the error: Any further advice is much appreciated. |
I've further confirmed that the
Returns:
|
@andrevvm, unfortunately, as you guessed right, I was not utilizing Perhaps, we need to call for @DimitarTodorov |
Any pointers on this @DimitarTodorov? |
Could you try experimenting with photos from different sources? I think the problem you have is related to #90 - images from iCloud that are not stored physically on the device cannot be selected. The plugin should work fine with local images, but the iCloud issue will require a fix to be merged in the upstream library that |
I've confirmed that the source images are not the issue by testing them with the core demo app in this repo. The The current Vue demo in the repo is not building, but I've tested with the same photos in both my own app, and the latest nativescript-vue cli template app. All tests with Vue return the Perhaps this is an issue with vue-nativescript itself? |
Confirmed that this is indeed an issue with core NativeScript / Vue and not this plugin itself: NativeScript/NativeScript#8270 |
Which platform(s) does your issue occur on?
Please, provide the following version numbers that your issue occurs with:
Please, tell us how to recreate the issue in as much detail as possible.
Running the Demo Vue app, add a console log to the selection promise. The _ios object is returned empty.
Is there any code involved?
console.log(element._ios.location)
The text was updated successfully, but these errors were encountered: