Instamojo light checkout url is not loading in the cordova inappbrowser for android 4.4.4

When I call light checkout url via inappbrowser, it doesn’t display the payment selecting option in the android 4.4.4. I found the error “Uncaught ReferenceError: Set is not defined” in payments.bundle.b3b5136d92a0.js:32. But for few seconds it display the above error, I found the error via chrome://inspect and later it shows as “Uncaught ReferenceError: Set is not defined” in ExecutionEnvironment.js:33. I was able to do the payment in the android version 5 and above.

And my environment details:

Cordova CLI: 6.4.0
Ionic Framework Version: 1.3.3
Ionic CLI Version: 2.0.0
Ionic App Lib Version: 2.0.0
Ubuntu Description: Ubuntu 16.10
Node Version: v6.0.0
Cordova android version: 6.1.2
Android studio version: 3.1

Which issue stops the payment in kitkat version?