zoho / salesiq-mobilisten-flutter

SalesIQ Mobilisten plugin for Flutter.
https://mobilisten.io
MIT License
12 stars 10 forks source link

Android support is not there for UI Customization #65

Open khan-raptee opened 3 weeks ago

khan-raptee commented 3 weeks ago

we have implemented Zoho SalesIQ for our flutter mobile app. The zoho team has done great job, it is working fine with our app, but there are few issues, that should be improved by your end.

  1. UI customization only for iOS, but need support for Android.
  2. The chat icon is visible across all screens of the app, need support to customize so that when we want we could call a method and same for dismiss.

image

need support for UI customization for Android in the same way as you are providing for iOS.

image

Please provide a feedback for this issue, ASAP.

bhahirathan-mb-11956 commented 3 weeks ago

Hi @khan-raptee,

Thanks for writing to us.

UI Customisation

Please add the below attributes in the SalesIQ theme.

  1. colorAccent - theme color attribute.

Sample code:

<!--  The below theme will be used, when the device is in dark mode  -->
<style name="Theme.SalesIQ.Base.Dark" parent="Theme.SalesIQ.Dark" >
            <item name="colorAccent">#0000ff</item>
</style>

<!--  The below theme will be used, when the device is in light mode  -->
<style name="Theme.SalesIQ.Base.DarkActionBar" parent="Theme.SalesIQ.Light" >
            <item name="colorAccent">#00ff00</item>
</style>

Also, visit our help document to learn more about customizations.

Launcher visibility

Kindly refer to this documentation for changing the visibility of the chat icon(launcher).

For further queries, please feel free to write us at support@zohosalesiq.com. We will be happy to assist you.

Regards, Bhahirathan M, Zoho SalesIQ.