Open an URL in a web browser that isn't safari, with Objective-C

前提是你 提交于 2020-04-18 12:36:58

问题


I'm making a simple tweak for jailbroken iOS devices running iOS 13, which adds a "Paste and Go" option when you force touch web browsers.

I've managed to make it work with Safari, but the problem comes when I try to use it with other Web browsers. I manage to show the option, but I can't make the web browser to open the link.

I'm posting this here as this is more of a normal programming question than a jailbreaking question because I'm sure there's a way to do this in stock iOS.

Thanks in advance, and sorry if this is a dumb question.

来源:https://stackoverflow.com/questions/60721282/open-an-url-in-a-web-browser-that-isnt-safari-with-objective-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!