techaffinity / freshchat-phonegap

Freshchat sdk for phonegap
7 stars 36 forks source link

Many ANRs for Android 5.0 and below with latest version #23

Closed jasonandress closed 5 years ago

jasonandress commented 5 years ago

I have 2 problems:

  1. I can't seem to get the previous version of this plugin. I get a strange message in the chat window. Something like, No Inbox setup, or something close. The FAQ never loads. There are no errors. I'm trying to get the previous release because of many Android ANRs with the new. Explained in #2.

  2. I'm seeing many Android ANRs with the new SDK/Plugin version. Can anyone confirm it will work with Android 5.0 and below? I noticed the main readme was updated to new versions of Android SDKs.

Android : Needs appcompat-v7 : 21+ Needs support-v4 : 21+ MinSdkVersion must be atleast 10 (in config.xml)

21 is 5.0. Does this mean it will no longer work for earlier versions?

Thanks in advance.

jasonandress commented 5 years ago

Ok, I've found its another Cordova Plugin. https://github.com/jeduan/cordova-plugin-facebook4

I rolled back to 2.2.0 and the ANRs no longer happen.