效果图

效果图.png
html文件
<!doctype html>
<html>
<head>
<script>
function showDatePickerDialog(){
jk.showDatePickerDialog();
}
</script>
</head>
<body>
<div class = "test">
<button onclick="showDatePickerDialog()">打开日历选择器</button>
</div>
</body>
</html>
Android
public class WebActivity extends AppCompatActivity {
@BindView(R.id.tv_web_title)
TextView tvWebTitle;
@BindView(R.id.web_progress_bar)
ProgressBar webProg