-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Share Intend #10
Comments
@luke- could you elaborate the goals for this issue? |
@PrimozRatej I think we need to enhance the HumHub application a bit for this. It's mainly about sharing a photo or text with HumHub. After one click, a space selection should be displayed. This probably has to be implemented natively (not WebView). |
Current impl. We now obtain sharing intention of the device for images, I would recommend implementing a pop-up on the website using Web Message Channel where the base64-encoded image will be passed in. This way, all the implementation can be done on the web side. |
@PrimozRatej Thank you, I will check that. Maybe we can then use the same solution here as for the PWA. (Not existing yet) In the long run/in a later app version we should probably still develop a native selector of the HumHub Share target. |
@PrimozRatej Can we disable this until we finished the work on the HumHub side? |
Shure will disable the feature for now. |
We implemented this for our in-house app. Might be an idea for this app? As users might want to message an item to individual teammates as well as posting to spaces... |
Good point. Probably it's useful to have one "HumHub" entry and then a dialog to select:
|
Could this be extended to be able to add other options as well? Such as usage for other modules? Post -> Content Container Or something a little more complex like the following; Content -> Module Container -> Space/Profile/Custom |
@luke- do you think implementing this feature would be enough to apply again for Apple Store? |
This is definitely one of the next topics on the app development agenda. |
TBD
The text was updated successfully, but these errors were encountered: