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

Javascript callback not call Android callback #9

Open
MatejMainus opened this issue Jun 5, 2015 · 0 comments
Open

Javascript callback not call Android callback #9

MatejMainus opened this issue Jun 5, 2015 · 0 comments

Comments

@MatejMainus
Copy link

Description:
When callback annotate as @JavascriptCallback is called from javascript for long time, then the android callback is not called.

Reason:
Android callback registered to BridgeInterface its stored to HashMap as <callback_id. WeakReference<callback_wrapper>>. When js work time is device under memory pressure then GC remove reference to callback_wrapper.

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

No branches or pull requests

1 participant