Robert Laverty

Results 115 comments of Robert Laverty
trafficstars

No worries at all man! Still loving lockr to death haha

this does fix the issues with the new cordova 4.0 webkit view

can someone please do this pull request? idk how to...

``` navigator.screenshot.URI(function(error,res){ if(error){ console.error(error); }else{ html = ''; document.body.innerHTML = html; } },50) ```

sooo can someone please implement this!?!?!?!

omg you just saved my project! I'm using this plugin to do native like transitions using Famous Engine to achieve 60fps transitions. I'll post the proof of concept when I'm...

Actually I can't seem to get this working now. All it does is return the same image no matter what view I change on the page :/ android 5.1

I'm trying to edit your code here, not too much Java experience. I'm not using crosswalk btw. I see we are cacheing the bitmap: ``` javascript View view = webView.getView().getRootView();...

OK so I fixed it by changing ``` View view = webView.getView().getRootView(); ``` to ``` View view = webView.getView() ``` :D

still have this problem here also :/