xamarin / AndroidSupportComponents

Xamarin bindings for Android Support libraries - For AndroidX see https://github.com/xamarin/AndroidX
MIT License
146 stars 56 forks source link

add samsung custom tab "com.sec.android.app.sbrowser" #69

Closed i-omar closed 7 years ago

i-omar commented 7 years ago

Describe your Issue:

can you add support to samsung custom tab

Redth commented 7 years ago

We just bind the libraries google provides.

I haven't looked into this extensively, but I believe you can add support by utilizing custom tabs in a certain way.

Here's a java demo using Samsung's custom tabs https://github.com/SamsungInternet/examples/tree/master/custom-tab-demo

Shouldn't be too difficult to do the same in C#