Skip to content
Prev Previous commit
Add comments
  • Loading branch information
jperl committed Jun 20, 2014
commit badfb932bb0b525a32c35115eb75edb8d21bbf57
3 changes: 2 additions & 1 deletion patch_window.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ window.patchWindow = function () {
return false;
}

// Plugin messages are not called immediately.
// Plugin messages are not processed on Android until the next
// message this prevents the oauthWin event listeners from firing.
// Call exec on an interval to force process messages.
// http://stackoverflow.com/q/23352940/230462 and
// http://stackoverflow.com/a/24319063/230462
Expand Down