SwanandMarathe / hyperloop.scratchView

Axway Hyperloop scratch view for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyperloop Scratch View

Axway Hyperloop example of an Android scratch view

preview

Library: https://github.com/D-clock/ScratchView (modified)

var scratchview = require("/scratchview");
scratchview.setEraserSize(30);
scratchview.setMaxPercent(50);
scratchview.onProgress(function(percent){
	console.log(percent);
})
scratchview.onCompleted(function(){
	console.log("done");
})

About

Axway Hyperloop scratch view for Android

License:Other


Languages

Language:JavaScript 100.0%