Support multi modal (image + text) intents#179
Support multi modal (image + text) intents#179voidmaster000 wants to merge 16 commits intoachorein:mainfrom
Conversation
|
after careful reading of iOS code, i think it already supports multimodal intents as it has for loop, unlike android where only if/else construct is present. |
|
Looks good, thanks for the PR, i will check that when have some time. |
|
i did some test on ios, the code with for loop hoped me up but nope, when sharing image and text only text is coming through. likewise in android only image was coming through. i hope its just something blocking it from working in full potential and you can do an easy fix ios side. |
07b7dd5 to
ca9a3cf
Compare
|
i overhauled ios and android code with global multi-intent support and sink system to handle everything finally |
|
i hope you can accept these changes soon as i have a production app waiting to release |
|
Is there any recent news or update on this ? |
|
im already using my fork with success in production, anselme hasnt reviewed this yet |
Summary
Support multi modal (image + text) intents except iOS
Todo
Fix for iOS too
Update README.MD
Issue
#178