Skip to content
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

same setPosition array vs. object fix for Android -- src/android/IALocationPlugin.java #39

Closed
wants to merge 14 commits into from

Conversation

RealHandy
Copy link

@RealHandy RealHandy commented Sep 24, 2019

I'm a terrible noob at git complexities, so please ignore everything on this pull request except IALocationPlugin.java -- it's the same fix as provided for iOS in "Fix setPosition location to be NSDictionary of coordinates 2fadf90".

In this Android one, once the JSONArray was changed to a JSONObject to avoid the runtime conversion failure error, the deprecated values were then getting the string "null" instead of null, so the code was returning an initialization error. I just commented that part out so that the code would continue to the rest of the array/object fix.

Sorry again for the PR having so many repeats and ugly extras. All you need is IALocationPlugin.java in "setPosition array vs object error (Java version) 5011890"

@jalaluhtala
Copy link
Contributor

Hi @RealHandy!

I'm pleased to let you know that the reported issues in #39, #38 and #37 should be now fixed in the latest release of IA Cordova plugin (version 3.1.0). Thank you very much for reporting!

@RealHandy
Copy link
Author

RealHandy commented Oct 11, 2019 via email

gitjuba added a commit that referenced this pull request Feb 24, 2020
gitjuba added a commit that referenced this pull request Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants