Open armanim opened 9 months ago
I have this problem with text. Show pop-up with my text and after click post or send did not trigger the listener.
I figured out that it is the problem of handling intent data type. current version of RSIShareViewController.swift
only handles intent data as String
or URL
, but ignoring the UIImge
. So I added the handler in #282
Sharing screenshots to my app did not trigger the listener. But image files do.