Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Incorrect behavior when getting or setting java fields from javascript #219

Closed
Plamen5kov opened this issue Sep 14, 2015 · 0 comments
Closed
Assignees
Milestone

Comments

@Plamen5kov
Copy link
Contributor

Example:

var d = new com.tns.tests.DummyClass();
d.nameField = null; // set as string "null"
var s = d.nameField //got string "null"

We should get/set object null, instead of string "null", when accessing java fields from javascript.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants