Rohan Pawar

Results 5 comments of Rohan Pawar

I am getting the same error, and using with multidex

few days back I had same issue, simply i have commented this line //family: node.attrs.font.replace(/^._?"(\w+)"._$/, '$1'), it works for me

Hello, Thanks for your great answer and explanation. please check following images result while debug mode in Android studio Image 1:- ![screen shot 2016-03-14 at 15 57 40](https://cloud.githubusercontent.com/assets/5126613/13741713/b63e565e-e9fd-11e5-885b-a226e7a1f6a8.png) result in...

Changin signatur of ResultListner would be great idea, but every time while handling "onSuccess" we need to check type of result like this ``` if(isJson){ //do something with result }...

Yes, i totally agree with you. `void onSuccess(String result, boolean isJson, boolean isText, boolean isNumber)` is good solution for all