Initiate Deep Linking URLs Of OneSignal Notifications In The System Browser Instead Of Going To Your WebView Android App ⚙️

  • Home
  • App Development in Android
  • Initiate Deep Linking URLs Of OneSignal Notifications In The System Browser Instead Of Going To Your WebView Android App ⚙️
Woman using smartphone

When OneSignal push notification subscribers click on your notification, you can link them to a specific URL or deep-link to a page in the app. In many cases, this is fine, but for some applications, it makes sense to open the URL in the system browser instead of the application itself. Use WebViewGold for Android to easily set OPEN_NOTIFICATION_URLS_IN_SYSTEM_BROWSER to true (you find that configuration boolean in the Config.java file).