Disable the highlight bar in the embedded iOS reader
This commit is contained in:
@ -39,7 +39,7 @@ const App = () => {
|
||||
article={window.omnivoreArticle as ArticleAttributes}
|
||||
scrollElementRef={React.createRef()}
|
||||
isAppleAppEmbed={true}
|
||||
highlightBarDisabled={false}
|
||||
highlightBarDisabled={true}
|
||||
highlightsBaseURL="https://example.com"
|
||||
fontSize={window.fontSize ?? 18}
|
||||
margin={0}
|
||||
|
||||
Reference in New Issue
Block a user