Nere
Nere

Reputation: 4097

How to link Ionic 3 wtih android native code?

I've followed the tutorial with helpstack.io. I've successfully run the HelpStackExample with android native based on the github given.

Unfortunately, my company project using Ionic 3.

Now, here's the problem:- helpstack.io only support android native but not with Ionic 3.

So, how to link Ionic 3 with helpstack.io android native code?

Anyone can help me?

Upvotes: 1

Views: 758

Answers (1)

Sampath
Sampath

Reputation: 65870

You need to have Cordova plugin for HelpStack. But unfortunately, there is no such thing yet.So you have to write a Cordova plugin for that. After that, you can easily use that plugin with Ionic 3 app.

Hope this helps for Developing a Plugin on Android

Upvotes: 2

Related Questions