Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

android 4.4(api 19) 下载https tls1.3 的图片失败 #713

Open
tablecell opened this issue Sep 23, 2020 · 0 comments
Open

android 4.4(api 19) 下载https tls1.3 的图片失败 #713

tablecell opened this issue Sep 23, 2020 · 0 comments

Comments

@tablecell
Copy link

tablecell commented Sep 23, 2020

@ViewInject(R.id.iv1)
private ImageView image01;  

@Event(value = {R.id.bt1},type = View.OnClickListener.class) 
	 
private void onTest1click(View view){
           String url="https://www.mtyyw.com/wp-content/uploads/2020/09/766915185841241-1-400x400.png";
           x.image().bind(image01,url );

          Toast.makeText(this,"tls1.3 https img load fail on android 4.4 (api19) ",Toast.LENGTH_LONG).show();
}

T
5.0 ( api21)  可以 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant