How to open Chrome notification in mobile app developed in Ionic

Hi Everybody,
We need help in this topic badly and any suggestion would be extremely helpful.
We have developed a app for an website.
We have used the ‘InAppBrowser’ plugin to open the website inside the App. To use the chrome browser notification we need to load the chrome browser within the app. We have no idea how to do this and InAppBrowser doesn’t show the notifications. Kindly advice us.
thanks in advance.
Regards
Sharmistha

Hi @Shar2019

check this plugin, this opens websites in chrome custom tabs. (Similar to how gmail opens links in custom chrome tab)
Hope this helps.

Thanks so much Krishna.

Deeply appreciate your help!

Regards

Shar

krishna2112

    May 28

Hi @Shar2019

check this plugin, this opens websites in chrome custom tabs. (Similar to how gmail opens links in custom chrome tab)
Hope this helps.

  [GitHub](https://github.com/google/cordova-plugin-browsertab)

google/cordova-plugin-browsertab

A Cordova plugin that provides an interface to in-app browser tabs that exist on some mobile platforms, such as SFSafariViewController on iOS and CustomTabs on Android. - google/cordova-plugin-brow…


Visit Topic or reply to this email to respond.

To unsubscribe from these emails, click here.

@krishna2112 We have enabled, the browser push notification on our site. If we open our site in the browser tab(google/cordova-plugin-browsertab) within the mobile app, it should ask the user permission for allowing notification?