Colibrio Reading System View
This view serves as an entry point for the Colibrio reading system. It encapsulates a WebView component responsible for rendering publication content and provides access to a ReadingSystemEngine instance.
Constructors
Properties
Functions
This method will destroy the WebView instance hosted by ColibrioReadingSystemView. After it is called. the view won't be usable, and should be removed from the view tree. In order to continue working with the reading system, one has to create a new instance of ColibrioReadingSystemView.
Sets the background color for this view and for the web view within.
Sets a callback that will be called if the WebView process crashes.
You use this method to set onPrepareActionMode that will be called when the user selects text in the WebView. You can also provide onActionItemClicked listener to act when your added items are clicked.
Sets the implementation of WebChromeClient for use in handling JavaScript dialogs, favicons, titles, and fullscreen views.