About 6,010,000 results
Open links in new tab
  1. iOS 18.0 Shared Extention Open App URL Can't Work

    Sep 19, 2024 · The code that you posted tries to use an implementation to call openURL (:), which is deprecated and causes problems on iOS 18. So you need to replace the use of …

  2. ios - Method openURL:options:completionHandler compatibility in ...

    Oct 15, 2016 · The new UIApplication method openURL:options:completionHandler:, which is executed asynchronously and calls the specified completion handler on the main queue (this …

  3. objective c - openURL: deprecated in iOS 10 - Stack Overflow

    Apple introduced the openURL: method as a way to open external links with iOS 2. The related function canOpenURL: got some privacy controls in iOS 9 to stop you from querying devices …

  4. Unable to open app settings in iOS 18 MAUI - Stack Overflow

    Nov 21, 2024 · Has anyone encountered an issue in their MAUI program where opening the app settings works on earlier iOS versions but fails on iOS 18? …

  5. ios - How to open a URL in Swift? - Stack Overflow

    Sep 17, 2016 · openURL has been deprecated in Swift 3. Can anyone provide some examples of how the replacement openURL:options:completionHandler: works when trying to open a url?

  6. android - Open Url in default web browser - Stack Overflow

    May 5, 2017 · I am new in react-native and i want to open url in default browser like Chrome in Android and iPhone both. We open url via intent in Android same like functionality i want to …

  7. Open a URL on Form Submit Event - Google App Script

    I am using the sample code provided by Serge insas found here: Google Apps Script to open a URL I have modified the code slightly as seen below: Code.GS function modalUrl(){ …

  8. Trying to open a link from my expo app using react-native Linking

    Feb 27, 2024 · I am trying to open google from using react-native Linking.openUrl in my app. what happens is, it opens the browser but right after opening the browser it closes the browser and …

  9. .NET Maui AppLink OnAppLinkRequestReceived doesn't fire on iOS

    Apr 18, 2023 · According to this case about Method 'application:openURL:options:' is not called, the ios 13.0 and higher will not call the openurl method in the AppDelegate. It call the …

  10. How to open in default browser in C# - Stack Overflow

    I am designing a small C# application and there is a web browser in it. I currently have all of my defaults on my computer say google chrome is my default browser, yet when I click a link in my