medyo / android-about-page

Create an awesome About Page for your Android App in 2 minutes
2.04k stars 283 forks source link

Can't Implement Image as Web link #150

Closed shamil-pp closed 3 years ago

shamil-pp commented 3 years ago

I tried this to code to create a web link from the image,But it isn't working,

setImage.setOnClickListener {
            val intent = Intent(Intent.ACTION_VIEW)
            intent.data = Uri.parse("https://www.google.com")
            startActivity(intent)}
medyo commented 3 years ago

Hi @malayaliscorner, Please post the setImage code too so I can reproduce the issue Thank you

shamil-pp commented 3 years ago

The normal code

 val aboutPage = AboutPage(this)
            .addGroup("Support Us")
            .setImage(com.malayalam.funnytrollaudios.R.drawable.me)

And thanks for intsant help...

medyo commented 3 years ago

clickListener is only bindable to Element objects, you can't bind it to the about page imageview, please refer to this section for more details https://github.com/medyo/android-about-page#5-available-attributes-for-element-class