mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 09:20:06 +02:00
Implement caret browsing mode (bug 807730)
The users will be able to navigate within the pdf in using the arrows and they'll be able to select some text, for example in order to highlight it.
This commit is contained in:
parent
af4d2fa53c
commit
81466ee039
5 changed files with 486 additions and 0 deletions
|
@ -64,6 +64,11 @@ const defaultOptions = {
|
|||
value: false,
|
||||
kind: OptionKind.BROWSER,
|
||||
},
|
||||
supportsCaretBrowsingMode: {
|
||||
/** @type {boolean} */
|
||||
value: false,
|
||||
kind: OptionKind.BROWSER,
|
||||
},
|
||||
supportsDocumentFonts: {
|
||||
/** @type {boolean} */
|
||||
value: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue