Skip to main content
Participant
September 19, 2023
Question

MacOs UXP webview for Photoshop is missing file selector

  • September 19, 2023
  • 1 reply
  • 339 views

Hi, I am trying to make plugin in UXP that is using webview to render some webpage. The webpage itself is using inputs with "file" type. Unfortunately clicking on such input does nothing on MacOs (it does work on Windows though). From what I see in Safari webview documentation it requires implementing some methods on webview delegate. Can anyone from Adobe confirm that this is planned feature? It would be nice to have it working on MacOs too.

 

Here is link to mentioned webview documentation:

https://developer.apple.com/documentation/webkit/wkuidelegate/1641952-webview/

This topic has been closed for replies.

1 reply

Participant
October 20, 2023

Have you confirmed that the file input works in a regular Safari browser?