-1

Let me explain what i want to do first: I have an ipad and i installed a cydia tweak that adds search engines to the notification center, i want to search from the apps already installed. It worked for the IMDb application using the following url scheme:

imdb:///find?q=%@

Where %@ is the inserted word Unfortunately there is no such url scheme for the Dictionary app, is it possible to add a url scheme to it to search for a word directly from that tweak.

Óscar López
  • 232,561
  • 37
  • 312
  • 386
usfmohy
  • 43
  • 7

1 Answers1

1

I guess it is not possible to add a URI scheme for installed application. Please check the Wiki Page for some custom URI schemes.

Adarsh V C
  • 2,314
  • 1
  • 20
  • 37