doesn't work with Angular 2 on Promise API calls

Everything about using the stand-alone Adblock Plus app on Android
Post Reply
elenaor
Posts: 3
Joined: Mon Oct 31, 2016 2:47 am

doesn't work with Angular 2 on Promise API calls

Post by elenaor »

AsbuiltSolutions.com/AsbuiltQuotes.html - enter 415 Area Code - the page is calling an Angular 2 Web API call on Promise - doesn't work in Android AdBlock
Desktop AdBloack browsers - fine.
All Android browsers - fine.
You can contact me by email. I will provide the code for review.
Thank you, Elena.
rach
Posts: 310
Joined: Tue Nov 17, 2015 10:05 am

Re: doesn't work with Angular 2 on Promise API calls

Post by rach »

Hey elenaor,

Thanks for reaching out to us.
Not entirely sure what is happening, could you give us more details about what is not working? What browser are you using?

What is your device and Android version?
*There are no developers working on this app at the moment. So it could be hard to solve real issues.
Hope to be able to help.

Cheers,
elenaor
Posts: 3
Joined: Mon Oct 31, 2016 2:47 am

Re: doesn't work with Angular 2 on Promise API calls

Post by elenaor »

Hello Rach!
Please check http://www.asbuiltsolutions.com/AsbuiltQuotes.html?p=1
Enter 415 as an area code.
I am calling a web service at this point.
return this.http.get(this.APIGetPrice + zipcode)
.toPromise()
.then(this.extractData)
.catch(this.handleError);

I am using Angular 2,
The service is blocked.
We have checked it on different Android phones.
I have sent you a private message with my email to contact. Can we work together on this issue?
rach
Posts: 310
Joined: Tue Nov 17, 2015 10:05 am

Re: doesn't work with Angular 2 on Promise API calls

Post by rach »

Hey elenaor,

We got your e-mail and it seems to be a Firefox issue?!
Let us know in case you need anything else.
Cheers,
Post Reply