bbc / tal

TV Application Layer
http://bbc.github.com/tal
Other
559 stars 150 forks source link

New Android exit strategy #518

Closed davebytes closed 5 years ago

davebytes commented 5 years ago

To support modern chromium web implementations (webview, crosswalk, etc.), the existing closewindow and openclosewindow strategies no longer work.

This uses the "Android" namespace, and "nativeApplicationExit()" callback/fn, to allow an android application's Java side code to handle the request to exit, as it needs to in Java code.