URI scheme launching

后端 未结 3 977
不知归路
不知归路 2021-01-30 15:06

I\'ve been given a task to create a protocol similar to callto:, that - upon clicking on a link with it - would automatically launch an installed aplication.

I followed

3条回答
  •  猫巷女王i
    2021-01-30 15:15

    if you go to C:\Users\\AppData\Local\Google\Chrome\User Data

    You can edit the Local State file

    Search for protocol_handler

    The syntax here is a key value pair. I usually copy two mailto: and make sure that you set your protocols to false. This will mean that chrome will treat your new protocols as URI_Handler events

提交回复
热议问题