Disable the highlight bar in the embedded iOS reader

This commit is contained in:
Jackson Harper
2022-03-21 15:22:18 -07:00
parent 5bbc3308c3
commit 1817b469e2

View File

@ -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}