Bug (with solution): Call back is not triggering when layout is mobile
Closed this issue · 1 comments
tomeralmog commented
To solve this on line 229 put the:
if (callbacks.complete != null) {
callbacks.complete();
}
after the next }
(outside the for loop)
and it works perfectly!
DrewDahlman commented
Fixed in v2