techaffinity / freshchat-phonegap

Freshchat sdk for phonegap
7 stars 36 forks source link

Force close in phonegap 6.3.0 #22

Closed Setsunao closed 6 years ago

Setsunao commented 6 years ago

I wanted to integrate the FreshChat for PhoneGap app. but I got a problem when I use PhoneGap 6.3.0, it made my app force close whenever I run this

showSupportChat = function() { window.Freshchat.showConversations(); }; document.getElementById("support").onclick = showSupportChat;

i have already use phonegap 6.0 and it works but other plugins on my app need at least PhoneGap 6.3.0

any suggestion for this problem?

Setsunao commented 6 years ago

I managed to solve it by creating a new project and re-adding all the plugins..