lakshmansai / DirectLineAndroidLibrary

Android Library for integeration of bot framework.
2 stars 0 forks source link

Cards not displaying #1

Open auanish opened 7 years ago

auanish commented 7 years ago

The app works great but doesn't display any cards or carousels. Even the URLs are not clickable. How can this be fixed?

lakshmansai commented 7 years ago

added auto link use version 1.1 compile 'com.github.lakshmansai:DirectLineAndroidLibrary:1.1'

lakshmansai commented 7 years ago

what do u mean by cards or carousels?

auanish commented 7 years ago

It's the standard templates that we can use within the bot framework. For example, a receipt card or hero card. It just appears as a blank message.

Also, apologies for silly question but where exactly is the version 1.1 used? Is it in the build.gradle (module: app)?

lakshmansai commented 7 years ago

yes see the Readme

auanish commented 7 years ago

I've added compile 'com.github.lakshmansai:DirectLineAndroidLibrary:1.1' under dependencies in the build.gradle (module: app) but it says Error:(29, 13) Failed to resolve: com.github.lakshmansai:DirectLineAndroidLibrary:1.1. Where am I going wrong?

lakshmansai commented 7 years ago

Have u added maven { url 'https://jitpack.io' } in project build.gradle

Read the README and check where u have gone wrong

anil357 commented 4 years ago

The app works great but doesn't display any cards or carousels. Even the URLs are not clickable. How can this be fixed?

Same problem with me.