Here's what I'm trying to do: I have a Vera Lite Z-Wave home controller that can control various Z-Wave devices in my home. I can control actions (e.g. turn on bedroom light) by typing in specific URLs to the home controller on my local network (e.g. http://10.0.1.10/TurnOnBedroomLight). I then saved these action-specific URLs as bookmarks and put them in notification center on my iPhone with an app called Launcher. So whenever I hit the 'Bedroom Light On' button in notification center, it calls that URL on my local network and the light turns on. Now here's my problem: whenever I hit the button, my phone switches from whatever app I'm currently in to Safari, presumably so that it can run the URL. I want a way to stop this, so that the phone calls/runs/executes (I don't know the proper terminology) the URL without switching to the web browser. I just want to hit the button and that's it. Does anybody know if/how this can be done? Thanks so much in advance.