Fill UIWebView with only UIActivityViewController and UIWebView passed in [Moved to GitHub]
I have a web browser app that displays an activity view controller for the current URL in the web view. Using a UIActivityItemProvider I can switch what I pass in, for printing I give It an image of the web page, for twitter I give it the URL. I have tried detecting for 1Password and passing in the web view but the extensions immediately crashes. Xcode prints that It was interrupted but not much else. I am wondering If its possible to get this working (So It will look and work like in Safari) without the separate button and passing in the web view into the OnePassword extension API. Another reason Is because the OnePassword Beta activity shows in the activity view controller in my app but shows an alert error, this could confuse some people If I have to include a separate button along with the default button in my application.
The first attached image Is If I pass in the URL string like normal into my UIActivityViewController.
The second image Is what Xcode prints If I pass in the web view instead.
Comments
-
Hi @MaxHasADHD,
The best place to ask for help on the 1Password extension API is at our github repo, this forum is just for the regular 1Password app beta support and doesn't really deal with the APIs.
Please file a new issue here: https://github.com/AgileBits/onepassword-app-extension/issues
Thanks!
0