Ad
Firebase Dynamic Links App Preview Page IOS Flutter
I'm using firebase_dynamic_links 2.0.6 and when I open the dynamic link in the safari browser it shows first app preview page is thefirst is there any way to redirect to the link without preview page at first.
Ad
Answer
I solved it in DynamicLinkParameters there is
navigationInfoParameters: NavigationInfoParameters( forcedRedirectEnabled: true), this bypass page preview in ios.
Ad
source: stackoverflow.com
Related Questions
- → Function Undefined in Axios promise
- → What are the pluses/minuses of different ways to configure GPIOs on the Beaglebone Black?
- → Click to navigate on mobile devices
- → Playing Video - Server is not correctly configured - 12939
- → How to allow api access to android or ios app only(laravel)?
- → Axios array map callback
- → Access the Camera and CameraRoll on Android using React Native?
- → Update React [Native] View on Day Change
- → Shopify iOS SDK - issue converting BuyProductVariant to BuyProduct
- → BigCommerce and shopify API
- → Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `ListView`
- → React Native - Differences between Android and IOS
- → What is the difference between React Native and React?
Ad