Closed vanfresh closed 2 years ago
Update:
Have to use Chrome as a default browser to work on Android. It should work with any browser.
@vanfresh If you use a non-conflicting intent, it should work fine. If this still conflicts, I would like to modify it to allow registration by activity.
Update: Have to use Chrome as a default browser to work on Android. It should work with any browser.
This plugin explicitly specifies Chrome custom tabs. This may cause it to not work if chrome is not enabled. I think this problem can be solved. Please wait a little longer.
For other social media plugins, the
<intent>
is usually registered with a callbackActivity
from the plugin. But yours requires it to be registered with theMainActivity
.It seems to work on Android simulator but doesn't on real Android device. The problem is I think its conflicting with my app's Deep Linking.
Can you make it so the callback is registered in your own plugin intent?