TakWolf-Deprecated / CNode-Material-Design

CNode 社区第三方 Android 客户端,原生 App,Material Design 风格,支持夜间模式。
https://cnodejs.org
Apache License 2.0
1.34k stars 347 forks source link

提供 Chrome Custom Tabs 可选项来打开外部链接 #62

Open TakWolf opened 7 years ago

TakWolf commented 7 years ago

参考:

https://developer.chrome.com/multidevice/android/customtabs

https://github.com/GoogleChrome/custom-tabs-client

http://qq157755587.github.io/2016/08/12/custom-tabs-best-practices/

http://www.jianshu.com/p/f952d9c71d91

http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0914/3451.html

TakWolf commented 7 years ago

com.android.support:customtabs 要求 minSdkVersion 15 (当前为 14)

atjiu commented 7 years ago

赞,这个好,好多APP里都会调用Android自带的Chrome来打开链接,喜欢这种做法

heightzhang commented 7 years ago