Thunderbottom / UltimateBrowserProject

android browser based on webview
http://bit.ly/XDAUBP
162 stars 59 forks source link

Clicking on native ads from other source (i.e out side from browser), it is not redirecting to play store #91

Open nitish2429 opened 8 years ago

nitish2429 commented 8 years ago

I am using your stable version 1.4.6. When we click on banner ads from external source (like from other app), it is not redricting to play store, it searches url in google search. Basically it is not parsing the url of the native ads.

If we are clicking of banner ads from browser it works fine and also parsing the url of the ads and also redricting to play store.

Thunderbottom commented 8 years ago

I'll take a look, will fix it by tonight.

Thanks for reporting :)

nitish2429 commented 8 years ago

For Your Reference, here are some screen shots. In this i am clicking on Twitter Banner ad.

Thnaks in advance.

1.

screenshot_2016-06-20-10-41-50 1

2.

screenshot_2016-06-20-10-42-07 1

3.

screenshot_2016-06-20-10-42-23 1

xdevs23 commented 8 years ago

We either aren't handling intents or maybe the adblocker is blocking the URL from being loaded.

nitish2429 commented 8 years ago

In both cases ad block is enabled or disabled it happens same.

Thunderbottom commented 8 years ago

I guess there's no intent handling for ads.

xdevs23 commented 8 years ago

Yup

nitish2429 commented 8 years ago

any update ?

Thunderbottom commented 8 years ago

Too busy with other stuff, will update in a few days

takahirom commented 8 years ago

@Thunderbottom Long time no see:) Where is current source code?(Can I access source code?) If I can it easily , I will send a pull request .

Thunderbottom commented 8 years ago

@takahirom We have shifted the code base to Bitbucket, because many people have been using the exact same code with my Fabric API, so I get all their crash reports, which I didn't want. Also, I've seen many apps on the play store with just changed name and logo. So for now, me and @xdevs23 decided to go partially closed source (just for the time being, till I gather time to develop).

If you want, I can add you to the maintainers on Bitbucket.

xdevs23 commented 8 years ago

Exactly, I will also work on UBP when I have time for it, I guess about next week.