Coder Social home page Coder Social logo

Comments (8)

rjhallsted avatar rjhallsted commented on May 23, 2024 1

I'm also having this issue. Oddly enough, it's only happening on iPhones 6, 6S, and 6S+. iOS version doesn't seem to matter. I've tested both 11 and 12. iPhone 7 and up do not experience this issue.

from cordova-plugin-nativegeocoder.

sebastianbaar avatar sebastianbaar commented on May 23, 2024

Hey @bayanAbuawad,

please update the plugin to v3.1.3 and try again.

Cheers

from cordova-plugin-nativegeocoder.

ashishtyd avatar ashishtyd commented on May 23, 2024

I also have the same issue. For some addresses it shows error CLGeocoder:geocodeAddressString Error
Please help me to resolve this issue.
Ionic Info -
Ionic:

ionic (Ionic CLI) : 4.12.0 (/usr/local/lib/node_modules/ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.1

Cordova:

cordova (Cordova CLI) : 8.0.0
Cordova Platforms : android 7.0.0, browser 5.0.4, ios 4.5.5
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.1.4, (and 11 other plugins)

System:

ios-deploy : 1.9.4
NodeJS : v10.15.3 (/usr/local/bin/node)
npm : 6.9.0
OS : macOS High Sierra
Xcode : Xcode 10.1 Build version 10B61

Screen Shot 2019-03-25 at 3 08 16 PM

from cordova-plugin-nativegeocoder.

GroupeBEL avatar GroupeBEL commented on May 23, 2024

Hello @sebastianbaar ,
We still having this problem on iOS (Android works fine).
Some addresses are working fine and some other are showing this problem.

Maybe this problem is due to the name of address which contains special characters ..

from cordova-plugin-nativegeocoder.

ashishtyd avatar ashishtyd commented on May 23, 2024

How can I resolve this problem. As you said address string contains special characters(in my case their is only ',' in address) then by removing this it will solve my problem or any thing else need to do.
My app is already in production so please help me to deal with this issue.
Thanks in advance.

from cordova-plugin-nativegeocoder.

GroupeBEL avatar GroupeBEL commented on May 23, 2024

@ashishtyd we were having a problem with the database , we added the support of utf8 and now when I get the address , I passed within my code and everything is working fine.

let destination = coordinates[0].latitude + ',' + coordinates[0].longitude;
if (this.platform.is('ios')) {
          window.open('maps://?q=' + destination, '_system');
        } else {
          let label = encodeURI('Maps');
          window.open('geo:0,0?q=' + destination + '(' + label + ')', '_system');
        }

from cordova-plugin-nativegeocoder.

QuentinIcky avatar QuentinIcky commented on May 23, 2024

With ios simulator, I have the same error with Iphone XR, X...

from cordova-plugin-nativegeocoder.

sebastianbaar avatar sebastianbaar commented on May 23, 2024

Please update to the latest version 3.3.0 and try again. If the error remains, please file a new issue or reopen.

Cheers

from cordova-plugin-nativegeocoder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.