Forum Discussion

Martin Oichtner's avatar
Martin Oichtner
Copper Contributor
Apr 26, 2022

mainfest.json: file_handlers doesn't work with "application/pdf" mime type

Hello,

if we want to use the filehandlers (enabled by edge://Flags) and add the following line: 

"file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": ".pdf"
      }
    }
 
PDF doublick doesn't work in explorer.exe to open. However if we switch to "text/*" and open a text-file everything worked as expected and the file permission dialog appears. This is not the case in google chrome and we want to use filehandlers with pdf-files.
No RepliesBe the first to reply

Resources