Skip to content

loyabe/cordova-plugin-screenshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build.gradle 配置需要

compile 'io.reactivex:rxjava:1.1.0'
compile('io.reactivex:rxandroid:1.1.0') {
    exclude module: 'rxjava'
}

compile 'com.trello:rxlifecycle:0.4.0'
compile 'com.trello:rxlifecycle-components:0.4.0'
compile 'com.android.support:multidex:1.0.0'



//新版本 使用

cordova.plugins.ScreenShot.receiveScreenShotCallback = function(data){ console.log("ddd " + data ); alert("sss " + data); $log.debug("" + data); };

About

cordova 插件截屏事件

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors