Stop Safari from bringing up the keyboard after clicking a link?

I've got a iPhone with 3.0 f/w, and whenever I browse the web with Safari, *clicking on a link results in the keyboard popping up and I have to hit Done to dismiss it*. It takes up 1/2 of the screen, and is a huge time waste when I'm trying to use a web app that switches constantly from one page to another.
How can I turn this off, so the keyboard will only pop up when I click in a text box?

Try this .. It worked for me....
index.html
<HTML><HEAD></HEAD>
<SCRIPT LANGUAGE="JavaScript">
function openChild(file,window) {
    childWindow=open(file,window,'resizable=no,width=200,height=400');
    if (childWindow.opener == null)
     childWindow.opener = self;
</SCRIPT>
<BODY>
<FORM NAME="parentForm">
<a href="" title="one" id="one" onContextMenu="openChild('examplejs2.html',this.title); return false;">ONE</a>
<br>
<a href="" title="two" id="two" onContextMenu="openChild('examplejs2.html',this.title); return false;">TWO</a>
<br>
<a href="" title="three" id="three" onContextMenu="openChild('examplejs2.html',this.title); return false;">THREE</a>
</FORM>
</BODY></HTML>examplejs2.html
<HTML><HEAD>
<SCRIPT LANGUAGE="JavaScript">
function updateParent() {
    opener.document.getElementById(window.name).innerHTML = document.childForm.cf1.value;
    opener.document.getElementById(window.name).title = document.childForm.cf1.value;
    opener.document.getElementById(window.name).id = document.childForm.cf1.value;
    self.close();
    return false;
</SCRIPT>
</HEAD><BODY>
<FORM NAME="childForm" onSubmit="return updateParent();">
<BR><INPUT NAME="cf1" TYPE="TEXT" VALUE="">
<BR><INPUT TYPE="SUBMIT" VALUE="Update parent">
</FORM>
</BODY></HTML>I got it from here - [update parent|http://www.rgagnon.com/jsdetails/js-0066.html]
And made some changes to it.
U can use the window name, which is unique and use ajax to go to server and fetch values and then populate the chid window and change the input accordingly...
Let me know if u have any probs
Regards,
Sundar

Similar Messages

  • How to I stop safari from automatically resizing the bookmark bar when I click on the search bar?

    there is probably an eloquent way to ask this but I don't even know what the feature is called.
    Here is what it's doing:
    I'm using safari in landscape mode on my iPad.
    I click on the search bar and then the bookmarks come up below.
    It takes a second to automatically resize to a size that make no sense, usually cutting off bookmark titles...and the delay of it resizes drives me nuts.
    Safari did not used to do this until I guess ios 8. Any ideas how to stop this annoying "feature"??

    Try deleting the Cache.db...
    Quit Safari.
    Go to ~/Library/Caches/com.apple.Safari/Cache.db
    Move the Cache.db file from the com.apple.Safari folder to the Trash.
    Relaunch Safari ...
    You may want to try the Safari Reading List as an alternative to tabs.
    Click the eyeglass icon just to the left of the Bookmarks icon top left side of the Safari window.
    Drag the url to the window or click Add Page

  • How do I stop safari from reopening previous sessions even after restart?

    Finally made the leap to Lion.
    WHY does safari insist on starting up and restoring the previous session, all tabs and everything even after a restart.  I've looked in preferences and for the life of me cannot find how/where to turn this off.  I just want Safari to start with a blank page, not reloading the previous page/tabs I had open the last time I used it!

    Thanks QuickTimeKirk for the solution to this - have hated this feature as the default. It is useful if you want to return to something specific, but I reckon the majority of users would rather have the defaults the other way around - homepage as default for new Safari sessions and using the shift key when opening to return to last viewed pages/tabs.

  • How do i stop Safari from freezing while i'm surfing the internet?

    Ok, so here's the problem. Every time I go onto Safari, it doesn't respond after i search for something on google or go on Facebook. now, i have to use Safari in Safe Mode each time and the audio is disabled so i can't watch or listen to music videos. Can someone tell me how to stop Safari from doing this? Thanks. 

    Maybe try another browser like Firefox.
    Also, try creating a new user account on your mac, and log in to that, to see if you continue to have the same problems.

  • How do I stop iPhone Safari from dynamically resizing the visual viewport?

    Sorry I post this here, but I couldn't access the developer forums (no error given, it just keeps returning me to this page https://developer.apple.com/devforums/) I'm not even sure wether that's been moved here and it's just the redirection non working.
    I need to Stop iPhone Safari from dynamically resizing the visual viewport, or in other words, to stop it from trying to "fit" the layout into the viewport.
    Why?
    Because any recalculation javascript does on absolutely positioned elements makes the whole site super IRRESPONSIVE.
    I don't know wether the issue is the element going out the already-set layout viewport (which triggers the page resizing to fit the visual viewport) or just the calculations being made constantly, but I can stop the calculations from happening when not "touching" the screen, but I need a way to stop the page resizing.
    I tried setting the viewport width to 1040px, as my layout width, and it fixed the header's width being narrower than the body (or shifted left?), but the whole page is still resized with every motion-frame (one every 3 seconds, due to overloading the redrawing engine)
    Is there a way to prevent that?

    No, that link doesn't solve it. It just says the same is found everywhere online.
    There's probably no way to do it, as per their way they "accidentally" omitted the oposite case: the page being wider than 980. They only mention what to do if the site is narrower. Something I learned is big companies (with reputation management) could let you run in circles for years no answer rather than telling you something is not possible.
    I'm the developer (can't access the dev forums, don't know why) and I DID setup the viewport, scale and other properties but none of them stopped from re-fitting the new re-sized layout in the viewport. They just ensure the "initial" view.
    I think the feature I'm looking for must be achieved with some JavaScript function targeting Safari-proprietary variable/property… if even possible.
    I just had to make things never reaching the edge until somebody contributes something useful

  • How can I stop Safari from opening new windows unless I want them?

    Since Safari 5.02, there is no box to check in the General Preferences to stop Safari from opening a new window when I click on a link. My expectation is to only go to a new window when I want to do it. Most of my searches go down a rabbit hole and I just want to go backwards without closing page after new open page (Same problem with Tabs. I don't want new Tabs all the time either. In fact, the only time I really care about multiple open Tabs or Windows is when I need more than one Window open for data comparison or something like that...)
    This is an incredibly annoying new behavior of Safari that I want to shut off. I have 20 windows open in the Window list right now. (I regularly shut off Safari to clear up all the useless abandoned windows.) Firefox doesn't do this, but I prefer Safari.
    I tried to search this one, but maybe am not framing the question properly. See lots of discussion of forcing new tabs, but that is not what I am looking for....Can anyone help me?

    Thanks Baltwo,
    I will try it, but I don't want new pages in tabs either. I simply don't want the link to open in a new page or tab unless I ask for one. My initial trial has google links opening in new tabs. Why can't I just go down the paths on the same page like the old days? Especially after I find what I want, I will go somewhere else.
    With your recommendation, I think that instead of pages open, I will have an abundance of tabs?
    Guess I am getting inflexible in my old age. If this is the only option, it is an "improvement" that I don't like yet.
    Firefox doesn't do it.

  • How do I stop firefox from automatically placing the cursor in a textbox?

    How do I stop Firefox from automatically placing the cursor in a text box? On certain pages such as Google.com the cursor will be moved to the search text box automatically after a couple seconds from the page loading. So I'll be typing in the address bar or something and then half of what I am typing in the address bar becomes cut off and starts being entered in the Google.com text box for search. The same happens on Facebook.com and the cursor is automatically moved to the Status Update text box. I assume this is a built in "feature" of the web page, but it's damn annoying. Especially when I start typing in my status update box on Facebook before the page completely loads and then halfway through typing (once the page is done loading) my cursor is moved to the starting position of the text area and my text is cut off.
    Just the be clear the actual mouse pointer isn't being moved, just the prompt for entering text.
    How can this be stopped?
    == This happened ==
    Every time Firefox opened
    == Started since I can remember

    This problem has grown worse over the last couple of years. I use Firefox on Mac and Windows. I consider this problem to be a bug. Here's why: Event Driven interfaces, e.g., OSX and Windows, are never supposed to change typing-cursor focus WHILE SOMEONE'S TYPING!!!
    Firefox allows websites to change focus WHILE USERS TYPE!
    Hey, sorry for the caps, but I haven't used those for awhile and that's kind of fun. But really, more and more websites steal typing-cursor focus WHILE USERS TYPE.
    Efff them, but really, Eff Firefox for allowing this.
    It's almost like a symptom of our hyper scattered age where our attention jumps here and there.
    But really... I love Firefox, some of my best friends are Firefox, they're good people, don't get me wrong, but damn it, WHEN SOMEONE IS TYPING THE UNASSAILABLE RULE OF EVENT DRIVEN DESIGN IS NOTHING ELSE SHOULD CHANGE FOCUS WHILE SOMEONE IS TYPING!!!!
    FIX THIS PLEASE.
    Oh, I just ran out of capital letters. :) :) :)

  • Stop safari from opening in new tab or window

    Ok so just installed some update to my mac book pro OS X 10.9.2 and now I dont see how to stop safari from opening new tab or windows when I do a search in yahoo and I click on a item it opens in a new tab or window. Under the preferences and tab options I dont see how to just get it to open on the current tab or window. It drives me crazy to have a bunch of tabs or windows open.
    Thanks

    I tried that and still the samething a new tab opens. Its seems from the options there is no option to no allow this. Any other ideas?

  • How do I stop Safari from 'pinwheeling' whenever I am using Yahoo Mail? I really need a correct answer please.                                                                                             Mail? I need a correct answer please.

    How do I stop Safari from 'pinwheeling' whenever I try to use Yahoo Mail?
    I really need a correct answer please. Other answers have only suggested how to access Yahoo Mail without using Safari. I want to continue using Safari to access Yahoo Mail,if possible.  Thank you.

    Could be a cookie issue...
    Go to Safari > Preferences then select the Security tab then click Show Cookies
    Type yahoo in the serach field then click Remove All > Done
    Quit then relaunch Safari.
    Try accessing your Yahoo mail account.
    FYI... there is rarely a sure fire correct response for third party web based email client software. Often takes time consuming troubleshooting.

  • Stop Safari from launching at start up

    Can someone please tell me how to stop Safari from launching automatically when I boot my computer. One day it just started launching on it's own. Very annoying to wait for Safari as it pauses my bootup. If you can help, please email me at [email protected]
    Powermac G4 DP 1.25   Mac OS X (10.4)  

    Hi Phil,
    To stop Safari to launch automatically >go to the system preferences an select "account" than select ad you right "startup items" deselect Safari an close the window again. The next time you boot your computer Safari wound launch.
    Good luck ...
    Dimaxum

  • How can I stop safari from showing my old entries in a drop down menu?

    I want to make it clear that I am not talking about the url bar. I am refering to suggestions within a webpage where stuff is entered (for example online homeowork for college students). I cannot seem to figure out how to stop safari from filling in my old entries.
    How can I get rid of this box?

    Have you checked the Safari Preferences > AutoFill settings?  The Other forms setting is described as follows:
    Let Safari save information you enter on webpage forms, then automatically fill in the saved information when you revisit the same webpages. To view or edit your saved information, click Edit.

  • Where do I go to get info to stop Safari from crashing?

    Where do I go at Apple or elsewhere to get info to stop Safari from crashing?  "Safari (not responding)"!  I am using Safari 5.0.6 on O.S.X 10.5.8 on an iMac.

    You need to post crash report ...
    The next time Safari crashes copy and paste the entire report in your Reply. That should reveal what the problem is so we can help you.

  • How to stop safari from auto completing url?

    Re: Safari v. 5.1
    OS: 10.6.8
    How can I stop Safari from auto-completing url entries when I begin typing or entering a url in the http box i.e. can I turn this feature off?
    Thanks,
    Henrik

    Unfortunaly, that's a problem.
    See this thread:  https://discussions.apple.com/thread/2456976?start=0&tstart=0
    You can provide feedback to Apple here.

  • Can I stop Safari from starting when connecting to a network on my iPad?

    Can I stop Safari from starting when connecting to a network on my iPad?
    On my home network the wi-fi connection happens automatically without opening Safari. But on my work network, when attempting to make a connection the iPad lets me enter my user name and password, but then tries to open the webpage www.apple.com, which is blocked by iPrism as entertainment, so I can't actually connect to that network. oes anyone know a fix for this problem?

    Can I stop Safari from starting when connecting to a network on my iPad?
    On my home network the wi-fi connection happens automatically without opening Safari. But on my work network, when attempting to make a connection the iPad lets me enter my user name and password, but then tries to open the webpage www.apple.com, which is blocked by iPrism as entertainment, so I can't actually connect to that network. oes anyone know a fix for this problem?

  • How do you stop apps from running on the iPad with the new ios7?

    How do you stop apps from running on the IPad with the new ios7?  I have an app for animation that pops up a message to stop other apps from running.  If I press onto a app and it starts shaking there are no -, just x's.

    Close inactive apps
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe the app's windows upwards to close
    3. The app will fly off the screen
    http://support.apple.com/kb/ht5137

Maybe you are looking for

  • I have a possible solution for any hangs/ freezing on the login screen

    this solution is by no means a guaranteed fix nor is it for someone who is very computer illiterate. it also will void any apple warranty. here it is. 1. open your laptop 2. remove both ram cards. 3. replace the ram cards in the opposite slots 4. clo

  • Do I have to buy a data plan? please read desc.

    I would like to purchase a iphone 4 (maybe 5) but i would ONLY like to continue with my plan with talk and text. I would NOT like to purchase a data plan for this phone. I would like the phone for its other uses including apps and music and such. But

  • FM9 makes landscape pages into portrait when saving as PDF

    I have FM9, Windows7 Professional 6.1. One doc has landscape pages, but when I save to PDF I get portrait pages cropped left and right. I reinstalled FM9, got the updates (which weren't in the download of FM9 -- whyever not?), and I got the right ori

  • Adobe on N73

    Anyone come across this problem. Adobe on my N73 will not load. Cannot find a way of reinstalling it so am stuck. Anyone know hjow to fix this? Thanks

  • Is my images hardware accelerated???

    hello guys, i'm testing my game engine currently in my p4 1.7ghz, unknown s*ck gfx card i got only 40 fps for displaying 900 sprites (32x32) in windowed mode using bufferstrategy and my question is: is my images hardware accelerated? why i got only 4