没有任何问题..直接打开相机..
The problem is shown in this picture
我想删除“照片库”选项 在图片“FotoğrafArsivi=照片库”
有没有办法从中删除或确定所选图片 照片库或相机?
$("button").click(function() {
$("#foto").click();
// BU ALANA Galeri'den resim seçilmesi engelleme gelecek
})
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) {
$("#fbtn").prop("disabled", false); //canlıda false olcak
} else {
$("#fbtn").prop("disabled", false); //canlıda true olcak
}