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).
- Knowledge Base
- WebViewGold for Android
- Android: How can I initiate the deeplinking URL of OneSignal notifications in the system browser instead of going to the app?
Article sections
Related Articles
- Solving the “Writable dex file is not allowed” Crash in Android Apps
- Google Play Target API Level 34 Requirement: What Developers Need to Know
- May 2024: WebViewGold Integrates Pushwoosh for Enhanced Mobile App Notifications – How To Use It?
- Can You Convert a Website to an App: Unlocking Mobile Potential for Your Business?
- How to Hide the Android App Links/"Deeplinking Not Configured Correctly" Warnings in Play Store for WebViewGold Users
- How to add Basic Web Authentication Login Support to Android WebView-Based App?