hfcorriez
hfcorriez

Reputation: 112

How to handle paste image from clipboard in the Macgap App

The macgap is use Safari webkit, but it's not support Paste image from clipboard, also include Safari itself.

Is there any way to handle image from clipboard through Macgap source code? Or handle image from clipboard through Safari?

Upvotes: 0

Views: 148

Answers (1)

hfcorriez
hfcorriez

Reputation: 112

I write some objc code to supply a API to give Javascript the way to get pasted image data.

It's the PR I submit and the solution how JS access this API:

https://github.com/MacGapProject/MacGap1/pull/138

Upvotes: 1

Related Questions