2016년 1월 6일 수요일

Cordova check free space on device


Cordova check free space on device


cordova.exec(
function(freeSpace) {
//return freeSpace 'KB'
alert('reported free space is ' + freeSpace / 1024 + 'MB');
},
function() {
alert('failed');
},
"File", "getFreeDiskSpace", []
);

댓글 없음:

댓글 쓰기

JIRA Plugin - ScriptRunner 소개 #2

관련 글 소개 #1:  https://pineoc.blogspot.com/2019/03/scriptrunner-1.html ScriptRunner 소개 #2 지난 글에서는 Behaviours를 보았고 다음 내용인 콘솔, 리스너 등을 ...