feat: use native preview for pdf in mobile webview (#1728)
This commit is contained in:
@@ -51,7 +51,7 @@ const CustomNoteTitleFormat = ({ application }: Props) => {
|
||||
onClick={(event) => {
|
||||
if (application.isNativeMobileWeb()) {
|
||||
event.preventDefault()
|
||||
application.mobileDevice.openUrl(HelpPageUrl)
|
||||
application.mobileDevice().openUrl(HelpPageUrl)
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user