2

Does anyone know if there is a service that adds the option to open a URL in the opera mini app from an iOS UIactivity view controller. I have safari and chrome buttons but I am just trying to get the major iOS web browsers

For now I am just trying to open http://www.google.com

Steve
  • 205
  • 3
  • 14

1 Answers1

3

It is my understanding that Opera Mini's URL scheme is ohttp://, so you can just download TUSafariActivity from GitHub, change the images for the activity, and use ohttp://www.google.com/ instead of http://www.google.com/ in the activity's NSURL to open Google's home page in Opera Mini instead of Safari.

Opera Mini's url schemes include:

  1. ohttp://
  2. ohttps://
  3. oftp://
Mick MacCallum
  • 129,200
  • 40
  • 280
  • 281
  • hey thanks for the answer, can you look at [my other question?](http://stackoverflow.com/questions/15438686/ios-uiactivity-view-controller-add-to-reading-list-button?rq=1) – Steve Mar 17 '13 at 18:27
  • For Opera Touch you should use: `touch-http` `touch-https` – ChikabuZ Jun 17 '20 at 06:18