# אפליקציית אנדרואיד כבר לא משתמשת בדפדפן בתוך האפליקציה, משיקה את האתר בדפדפן מלא

**URL:** https://meta.discourse.org/t/android-app-doesnt-use-browser-inside-the-app-any-more-launches-site-in-full-browser/202025
**Category:** UX
**Created:** [29 באוגוסט,‏ 2021,‏ 12:57am UTC](https://meta.discourse.org/t/android-app-doesnt-use-browser-inside-the-app-any-more-launches-site-in-full-browser/202025 "2021-08-29T00:57:26Z")
**Posts on this page:** 1
**Showing post:** 15

<div class="post-metadata">

### Author: ![trs80](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/trs80/32/233027_2.png) [@trs80](https://meta.discourse.org/u/trs80)
#### Post date: [2 בספטמבר,‏ 2021,‏ 3:55pm UTC](https://meta.discourse.org/t/android-app-doesnt-use-browser-inside-the-app-any-more-launches-site-in-full-browser/202025/15 "2021-09-02T15:55:48Z")

</div>

> [@trs80](#):
>
> Also there is a way to use the default browser’s custom tab implementation since about half of my apps get a Powered by Firefox version instead of the Chrome version.

Did some digging on this, and came across the following:

> **[tt-rss/tt-rss · Discussions](https://github.com/tt-rss/tt-rss/discussions)**
>
> Explore the GitHub Discussions forum for tt-rss tt-rss. Discuss code, ask questions & collaborate with the developer community.

[https://git.tt-rss.org/fox/tt-rss-android/src/branch/master/org.fox.ttrss/src/main/java/org/fox/ttrss/CommonActivity.java#L97](https://git.tt-rss.org/fox/tt-rss-android/src/branch/master/org.fox.ttrss/src/main/java/org/fox/ttrss/CommonActivity.java#L97)

> **[Web on Android  |  Chrome for Developers](https://developer.chrome.com/docs/android#how-tos)**
>
> Learn about Chrome's features for developing web apps on Android.

and here’s an implementation that correctly uses Firefox custom tabs on my device:

> <https://github.com/Haptic-Apps/Slide/blob/f4baa3ffaf585c2eee63fe34ba61aad24d28f339/app/src/main/java/me/ccrama/redditslide/util/CustomTabsHelper.java#L51>

So could you re-add it with this extra detection, which would remove the Chrome dependency properly and make the app useful again?

---

_[View the full topic](https://meta.discourse.org/t/android-app-doesnt-use-browser-inside-the-app-any-more-launches-site-in-full-browser/202025)._
