-
Notifications
You must be signed in to change notification settings - Fork 60
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
Chat doesn't open on android #19
Comments
Hello @faldunate As a very temporary solution I just forked this repo and replaced the outdated zopim libraries with new zendesk messaging and support libraries. You can use it in your app by adding this in your pubspec.yaml
And there is one more thing. You should also add your AndroidManifest.xml file to this activity
Hope this solves your problems. |
Hello @kngfrhzs, Do you have any idea about what it is about? |
I am also having an issue with this. If I include the plugin without forking, the chat opens on android. However, if I fork it into my own directory, the chat will not open on android. Is something different between master and the actual plugin 1.0.2? |
I couldn't make this plugin work so I end up using a plugin named https://github.com/ChangeFinance/zendesk-flutter-plugin |
@faldunate please retry using version 2.0.0. |
Version 2.0.0 didn't work for me either but I ended up making changes to my application AndroidManifest and MainActivity.java that worked. Follow the instructions here for testing a plugin with v2 embedding and also look at the AndroidManifest in the example given in the plugin: https://flutter.dev/docs/development/packages-and-plugins/plugin-api-migration |
The plugin works correctly in IOS, but in android it does not open the chat
Does anyone know if there's a problem with the plug-in or am I doing something wrong?
The text was updated successfully, but these errors were encountered: