We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The fix for #13 (commit ce7b88a) seems to have broke the .doOnLoad(...) function for ImageScaleView.
When calling doOnLoad right after the creation of ImageScaleView the _img is null (in doOnLoad), thus an exception is thrown.
var v = new ui.ImageScaleView({ superview: this, image: "path/to/my/image.png" }); v.doOnLoad(cb);
The text was updated successfully, but these errors were encountered:
Might be invalid. Removing the project build files removed the problem for me. Might still be the case for regular URLs?
Sorry, something went wrong.
Merge pull request play-co#20 from gameclosure/feature-share-android-…
07c1e2b
…predex Feature share android predex - reviewed by @jaredpetker
Merge pull request play-co#20 from gameclosure/fix-debuglogger-port
e868c78
fixing debug logger port, fixes #12
fdd6afa
No branches or pull requests
The fix for #13 (commit ce7b88a) seems to have broke the .doOnLoad(...) function for ImageScaleView.
When calling doOnLoad right after the creation of ImageScaleView the _img is null (in doOnLoad), thus an exception is thrown.
The text was updated successfully, but these errors were encountered: