haresh333

Results 11 comments of haresh333

Thanks for your quick reply. I will explore what you suggested and get back to you.

Hi Darryn I debugged the web intent call. in IntentShim.java after Google Pay is loaded, the payment is completed by GooglePay below callback method gets executed. Intent processing app (OR...

Hi I will double check - but same piece of code works with other applications (GooglePay peers apps like BHIM/PhonePe etc)

Hi 1. the call to startActivityForResult is also correct 2. I debugged onActivityResult of the cordova part as well - the inent object from Android Intent or Google Pay seems...

Hi Darryn I tried what you suggested. In your exerciser app, I made changes as below and called GooglePay to perform payment activity using **window.plugins.intentShim.** startActivityForResult(). And it worked, it...

WAIT ... Something is not quite right, 1. I copied same above code from your excerciser app to my app (which is IONIC3 app) and it did not work with...

U mean to say I should not use @ionic-native/web-intent? Just remove from the project and try?

I did several things 1. I removed IONIC Native Web-Intent just left your plugin in my application code. **But no luck**. 2. I created **new IONIC app** from "ionic start"...

Is there roadmap for adding this as part of official SDK Builder. If not can you please? @Strongloop Management Please consider this to be added particularly for LoopBack 3.0

I am able to display angular-generic-table in IONIC v3. However unable to apply default styles. Please advice how should I do it