Reputation: 112
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
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