IPad Safari Browser keeps crashing/shutting down on Popular Websites

Apple iPad (1) WiFi + 3G (Carrier AT&T) Model MC497LL
Ever since upgrading iOS Software to 5.1, whenever using Safari Browser in WiFi only mode, it doesn't really matter what website I visit, whether it's www.facebook.com or any other site with or without picture and/or video content, not sure if most websites I visit are written in HTML5 or are at least compatible, but I bet my bottom dollar that I wouldn't have this problem at all if Adobe Flash were installed and compatible with iOS DEVICES. It crashes on a daily basis by exiting from the browser and returning to the home screen. Not only is this frustrating but I've just about had it with Apple and am seriously considering trading my iPad for ANY Android or Windows 7/8 Tablet. Help!!!

Do a hard reset ie hold the power and home buttons simultaneously until the Apple logo appears (ignore the red slider). That should fix it.

Similar Messages

  • Can anybody help? My Safari browser keeps crashing. The whole window just turns grey.

    Can anybody help? My Safari browser keeps crashing on iMac 10.7.5. The whole window just turns grey. It started happening around the time of the new bookmarks menu upgrade recently which changed the bookmarks to be only on the side and makes it so you can see all your bookmarks while browsing.  I know I have a lot of bookmarks, so I tried hiding them, but it still happens. I ALREADY TRIED CLEARING MY HISTORY, AND THAT DID NOT HELP, AND I HAVE NO EXTENSIONS FOR THIS BROWSER.
    Does the fact that I am in Brasil have anything to do with it?
    Thank you to anyone who can help. In case no one can come up with an answer, is there an easy way to transfer my bookmarks from safari to either firefox or chrome?
    Much appreciated.

    1. This is a comment on what you should and should not do to protect yourself from malicious software ("malware") that circulates on the Internet. It does not apply to software, such as keystroke loggers, that may be installed deliberately by an intruder who has hands-on access to the victim's computer. That threat is in a different category, and there's no easy way to defend against it. If you have reason to suspect that you're the target of such an attack, you need expert help.
    If you find this comment too long or too technical, read only sections 5, 6, and 10.
    OS X now implements three layers of built-in protection specifically against malware, not counting runtime protections such as execute disable, sandboxing, system library randomization, and address space layout randomization that may also guard against other kinds of exploits.
    2. All versions of OS X since 10.6.7 have been able to detect known Mac malware in downloaded files, and to block insecure web plugins. This feature is transparent to the user, but internally Apple calls it "XProtect." The malware recognition database is automatically checked for updates once a day; however, you shouldn't rely on it, because the attackers are always at least a day ahead of the defenders.
    The following caveats apply to XProtect:
    It can be bypassed by some third-party networking software, such as BitTorrent clients and Java applets.
    It only applies to software downloaded from the network. Software installed from a CD or other media is not checked.
    As new versions of OS X are released, it's not clear whether Apple will indefinitely continue to maintain the XProtect database of older versions such as 10.6. The security of obsolete system versions may eventually be degraded. Security updates to the code of obsolete systems will stop being released at some point, and that may leave them open to other kinds of attack besides malware.
       3. Starting with OS X 10.7.5, there has been a second layer of built-in malware protection, designated "Gatekeeper" by Apple. By default, applications and Installer packages downloaded from the network will only run if they're digitally signed by a developer with a certificate issued by Apple. Software certified in this way hasn't necessarily been tested by Apple, but you can be reasonably sure that it hasn't been modified by anyone other than the developer. His identity is known to Apple, so he could be held legally responsible if he distributed malware. That may not mean much if the developer lives in a country with a weak legal system (see below.)
    Gatekeeper doesn't depend on a database of known malware. It has, however, the same limitations as XProtect, and in addition the following:
    It can easily be disabled or overridden by the user.
    A malware attacker could get control of a code-signing certificate under false pretenses, or could simply ignore the consequences of distributing codesigned malware.
    An App Store developer could find a way to bypass Apple's oversight, or the oversight could fail due to human error.
    For the reasons given above, App Store products, and other applications recognized by Gatekeeper as signed, are safer than others, but they can't be considered absolutely safe. "Sandboxed" applications may prompt for access to private data, such as your contacts, or for access to the network. Think before granting that access. OS X security is based on user input. Never click through any request for authorization without thinking.
    4. Starting with OS X 10.8.3, a third layer of protection has been added: a "Malware Removal Tool" (MRT). MRT runs automatically in the background when you update the OS. It checks for, and removes, malware that may have evaded the other protections via a Java exploit (see below.) MRT also runs when you install or update the Apple-supplied Java runtime (but not the Oracle runtime.) Like XProtect, MRT is effective against known threats, but not against unknown ones. It notifies you if it finds malware, but otherwise there's no user interface to MRT.
    5. The built-in security features of OS X reduce the risk of malware attack, but they're not absolute protection. The first and best line of defense is always going to be your own intelligence. With the possible exception of Java exploits, all known malware circulating on the Internet that affects a fully-updated installation of OS X 10.6 or later takes the form of so-called "Trojan horses," which can only have an effect if the victim is duped into running them. The threat therefore amounts to a battle of wits between you and the malware attacker. If you're smarter than he thinks you are, you'll win.
    That means, in practice, that you always stay within a safe harbor of computing practices. How do you know what is safe?
    Any website that prompts you to install a “codec,” “plug-in,” "player," "extractor," or “certificate” that comes from that same site, or an unknown one, is unsafe.
    A web operator who tells you that you have a “virus,” or that anything else is wrong with your computer, or that you have won a prize in a contest you never entered, is trying to commit a crime with you as the victim. (Some reputable websites did legitimately warn visitors who were infected with the "DNSChanger" malware. That exception to this rule no longer applies.)
    Pirated copies or "cracks" of commercial software, no matter where they come from, are unsafe.
    Software of any kind downloaded from a BitTorrent or from a Usenet binary newsgroup is unsafe.
    Software that purports to help you do something that's illegal or that infringes copyright, such as saving streamed audio or video for reuse without permission, is unsafe. All YouTube "downloaders" are outside the safe harbor, though not all are necessarily harmful.
    Software with a corporate brand, such as Adobe Flash Player, must be downloaded directly from the developer’s website. If it comes from any other source, it's unsafe. For instance, if a web page warns you that Flash is out of date, do not follow an offered link to an update. Go to the Adobe website to download it, if you need it at all.
    Even signed applications, no matter what the source, should not be trusted if they do something unexpected, such as asking for permission to access your contacts, your location, or the Internet for no obvious reason.
    "FREE WI-FI !!!" networks in public places are unsafe unless you can verify that the network is not a trap (which you probably can't.) Even then, do not download any software or transmit any private information while connected to such a network, regardless of where it seems to come from or go to.
    6. Java on the Web (not to be confused with JavaScript, to which it's not related, despite the similarity of the names) is a weak point in the security of any system. Java is, among other things, a platform for running complex applications in a web page, on the client. That was always a bad idea, and Java's developers have proven themselves incapable of implementing it without also creating a portal for malware to enter. Past Java exploits are the closest thing there has ever been to a Windows-style virus affecting OS X. Merely loading a page with malicious Java content could be harmful.
    Fortunately, client-side Java on the Web is obsolete and mostly extinct. Only a few outmoded sites still use it. Try to hasten the process of extinction by avoiding those sites, if you have a choice. Forget about playing games or other non-essential uses of Java.
    Java is not included in OS X 10.7 and later. Discrete Java installers are distributed by Apple and by Oracle (the developer of Java.) Don't use either one unless you need it. Most people don't. If Java is installed, disable it — not JavaScript — in your browsers.
    Regardless of version, experience has shown that Java on the Web can't be trusted. If you must use a Java applet for a task on a specific site, enable Java only for that site in Safari. Never enable Java for a public website that carries third-party advertising. Use it only on well-known, login-protected, secure websites without ads. In Safari 6 or later, you'll see a lock icon in the address bar with the abbreviation "https" when visiting a secure site.
    Follow the above guidelines, and you’ll be as safe from malware as you can practically be. The rest of this comment concerns what you should not do to protect yourself from malware.
    7. Never install any commercial "anti-virus" or "Internet security" products for the Mac, as they all do more harm than good, if they do any good at all. Any database of known threats is always going to be out of date. Most of the danger is from unknown threats. If you need to be able to detect Windows malware in your files, use one of the free anti-virus products in the Mac App Store — nothing else.
    Why shouldn't you use commercial "anti-virus" products?
    Their design is predicated on the nonexistent threat that malware may be injected at any time, anywhere in the file system. Malware is downloaded from the network; it doesn't materialize from nowhere.
    In order to meet that nonexistent threat, the software modifies or duplicates low-level functions of the operating system, which is a waste of resources and a common cause of instability, bugs, and poor performance.
    To recognize malware, the software depends on a database of known threats, which is always at least a day out of date. Most of the real-world danger of malware attack comes from highly targeted "zero-day" exploits that are not yet recognized.
    By modifying the operating system, the software itself may create weaknesses that could be exploited by malware attackers.
    8. An anti-malware product from the App Store, such as "ClamXav," doesn't have these drawbacks. That doesn't mean it's entirely safe. It may report email messages that have "phishing" links in the body, or Windows malware in attachments, as infected files, and offer to delete or move them. Doing so will corrupt the Mail database. The messages should be deleted from within the Mail application.
    An anti-virus app is not needed, and should not be relied upon, for protection against OS X malware. It's useful only for detecting Windows malware. Windows malware can't harm you directly (unless, of course, you use Windows.) Just don't pass it on to anyone else.
    A Windows malware attachment in email is usually easy to recognize. The file name will often be targeted at people who aren't very bright; for example:
    ♥♥♥♥♥♥♥♥♥♥♥♥♥♥!!!!!!!H0TBABEZ4U!!!!!!!.AVI♥♥♥♥♥♥♥♥♥♥♥♥♥♥.exe
    Anti-virus software may be able to tell you which particular virus or trojan it is, but do you care? In practice, there's seldom a reason to use the software unless a network administrator requires you to do it.
    The ClamXav developer won't try to "upsell" you to a paid version of the product. Other developers may do that. Don't be upsold. For one thing, you should not pay to protect Windows users from the consequences of their choice of computing platform. For another, a paid upgrade from a free app will probably have the disadvantages mentioned in section 7.
    9. It seems to be a common belief that the built-in Application Firewall acts as a barrier to infection, or prevents malware from functioning. It does neither. It blocks inbound connections to certain network services you're running, such as file sharing. It's disabled by default and you should leave it that way if you're behind a router on a private home or office network. Activate it only when you're on an untrusted network, for instance a public Wi-Fi hotspot, where you don't want to provide services. Disable any services you don't use in the Sharing preference pane. All are disabled by default.
    10. As a Mac user you don't have to live in fear that your computer is going to be infected every time you install an application, read email, or visit a web page. But neither should you have the false idea that you will always be safe, no matter what you do. The greatest harm done by security software is precisely its selling point: it makes people feel safe. They may then feel safe enough to take risks from which the software doesn't protect them. Nothing can lessen the need for safe computing practices.

  • Ipod Touch keeps crashing/shutting down

    Hello, My Ipod touch keeps crashing/shutting down/freezing. Any tips/hints ideas what is causing this?

    Try the standard fixes:
    - Reset. Nothng is lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factory defaults/new iPod
    If you still have the problem that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.

  • My Safari browser keeps crashing on my ipad 1

    So yeah, it's updated to iOS 5.1.1 and the safari browser I use to get some work done keeps crashing.  This happens often, I have an 16gb ipad 1, yeah I know it's pretty much obsolete but still, I just want to use it for simple tasks, like viewing webpages, researching, etc., so what's causing this?  Bad enough I can't get most apps due to the iOS update limite of 5.1.1, I'd like to get some help on solving crash issues, thanks.  Oh and the bluetooth doesn't seem to work, no transfer of information, it connects to devices, but fails to transfer data and stuff, says device doesn't have the rights information or something .

    Do a hard reset ie hold the power and home buttons simultaneously until the Apple logo appears (ignore the red slider). That should fix it.

  • Computer keeps crashing/shutting down while syncing -?USB fail?-

    Hi,
    I recently bought a new Ipod Touch 32gb. But there's one small thing that keeps annoying me. Everytime I connect my Ipod to my computer, it shuts down under 5 minutes. (It did manage to stay connected for 30 minutes, once...)
    So I went to the computer store to "let it fix the problem". They told me that it was a problem with my USB-drivers and that they had solved the problem. Once I came home the problems began again.
    Does anyone know what I have to do to fix this problem without buying a new chipboard or computer if it's my USB-driver? Or do I have a virus or such?
    Thx!

    I don't believe this is a driver or a virus issue. My 64gb is a month old and doing the same thing. I wrote to Apple for advice and they responded "try using the forums for information". No joke.
    Every time I sync the device it causes my PC to freeze and sometimes crash. Am also running a 2nd gen Touch with no such issues, syncing fine. My 3rd gen also keep "verifying", sometimes for ten minutes at a time. Have already had to restore the iPod once and think I will have to do it again. Touch screen also freezes intermittently and data I've transfered is frequently corrupted.
    I'm trying to get a replacement from the retailer but this and several other bugs really need to be addressed directly by Apple for such an expensive item.

  • Safari keeps canceling shut-down/restart.

    Hi folks.
    I can't shut down or restart because Safari keeps canceling it.  Can't force quit Safari either.  Any ideas that don't scare the bejeebus out of a non-techie?
    Thanks!

    12/10/13  Good morning Dominic.  I've had my MacBook Pro for about 5 years and this is the first time that I absolutely could not shut down.  Kept getting the message that Safari kept interrupting the shut down process.  I tried everyting I could think of and nothing would allow the computer to shut down. Usually I can figure out how to deal with a problem, but I was getting no where on this one. 
    I followed your suggestion from 5/18/12 and in seconds that took care of it.  I was able to shut down.  I wish I understood what caused the problem to begin with...but, that may remain a mystery. 
    I am always amazed at the great information and help that can be found from the Apple Support Community.  Thank you for your post!

  • Safari browser seems to slow down when working with my wifi ASUS AC 68U router

    safari browser seems to slow down when working with my wifi ASUS AC 68U router - any ideas on why?

    Is your problem with Safari on the iPad, or some MacBook Air?
    Are you sure that the ASUS firmware is tested with the device having trouble and its operating system?
    Note: MacBook Airs do not run iOS.  They run Mac OS X, Windows or Linux.

  • Firefox keeps randomly shutting down

    Recently, I got a new laptop: windows 8. I downloaded firefox because that's the browser I'm accustomed to and I've never had any problem with it before. But now for some reason, I'll be scrolling through the internet, either doing something or doing nothing at all. I could be watching a video or reading an article it doesn't matter. But my browser will just shut down, as if I just clicked the X in the top right corner...but I didn't. There's no hang up. It just shuts down. And then I have to re-open the browser and that alert comes up saying that something happened and it wants to restart the tabs I had open. I've tried everything suggested on the crash suggestion page and nothing has worked. I've reinstalled firefox twice and nothing worked. This is just really annoying, I've lost important work done on the internet. Can someone please fix it?

    Do a malware check with several malware scanning programs on the Windows computer.
    Please scan with all programs because each program detects different malware.
    All these programs have free versions.
    Make sure that you update each program to get the latest version of their databases before doing a scan.
    *Malwarebytes' Anti-Malware:<br>http://www.malwarebytes.org/mbam.php
    *AdwCleaner:<br>http://www.bleepingcomputer.com/download/adwcleaner/<br>http://www.softpedia.com/get/Antivirus/Removal-Tools/AdwCleaner.shtml
    *SuperAntispyware:<br>http://www.superantispyware.com/
    *Microsoft Safety Scanner:<br>http://www.microsoft.com/security/scanner/en-us/default.aspx
    *Windows Defender:<br>http://windows.microsoft.com/en-us/windows/using-defender
    *Spybot Search & Destroy:<br>http://www.safer-networking.org/en/index.html
    *Kasperky Free Security Scan:<br>http://www.kaspersky.com/security-scan
    You can also do a check for a rootkit infection with TDSSKiller.
    *Anti-rootkit utility TDSSKiller:<br>http://support.kaspersky.com/5350?el=88446
    See also:
    *"Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked
    *https://support.mozilla.org/kb/troubleshoot-firefox-issues-caused-malware

  • Sharepoint 2010 windows authendication(NTLM) is not working properly in IPad safari browser

    Hi Apple Team,
    Sharepoint 2010 windows authendication(NTLM) is not working properly in IPad safari browser. When I enter the user name and password the page is keep on loading it never completes the page load. I installed chrome browser on my  Ipad and opened my sharepoint windows authentication site it is working fine.
    Device : IPad 2
    OS     : IOS 7.0.6
    Thanks,
    Baskar

    Hi Suhasini,
    Please refer below links for your issues. It seems you are having problem with 32 bit and 64 bit component in office and IE.
    http://howididit-sharepoint.blogspot.in/2012/04/datasheet-view-not-working.html
    http://alpesh.nakars.com/blog/datasheet-view-does-not-work-in-sharepoint-2010/http://support.microsoft.com/kb/2266203
    Thanks and Regards, Shailesh B. Davara

  • Ever since we down loaded the new IOS , my I Pad 3 has been crashing, shutting down by itself. Can u tell what's going on?

    Ever since we down loaded the new iOS , my I pad has been crashing, shutting down &amp; freezing ? Can u tell me what's going on.

    You may want to try this:
    1. Backup iPad
    2. Setup iPad as new. Settings>General>Reset>Erase all content and settings
    3. Test iPad thoroughly
    4. If everything is fine, restore backup to iPad

  • IPad smart case doesn't shut down iPad

    After cleaning my iPad smart case (with iPad removed) it no longer shuts down iPad when closed.  Has anyone else had this problem?

    If u have nvidia videocard and have installed nvidia update, then u have the update service keeping the mainboard alive. Either uninstall nvidia update or disable the updater service. After all, nvidia don't release a driver every 5 minutes so u might just check in manually every month or so.

  • Aironet 1300 radio keeps on shutting down

    Hi,
    I have a problem with the wireless bridge connection using aironet 1300. It work fine before.no changes were done. The problem is that the radio keeps on shutting down.in the web interface radio is enabled but down. i have to manually diable it then enable it back to resolve the issue. Problem is random and this is happening on both aironet. Below is the log.
    on the first aironet:
    1 Mar 31 02:20:59.444 Error Interface Dot11Radio0, changed state to up
    2 Mar 31 02:20:59.443 Warning Interface Dot11Radio0, Associated To AP UPAdminBridge 001e.4a05.b820 [None]
    3 Mar 31 02:20:59.389 Error Interface Dot11Radio0, changed state to down
    4 Mar 31 02:20:59.339 Warning Interface Dot11Radio0, parent lost: Received deauthenticate (2) not valid
    5 Mar 31 01:24:51.062 Error Interface Dot11Radio0, changed state to up
    6 Mar 31 01:24:51.061 Warning Interface Dot11Radio0, Associated To AP UPAdminBridge 001e.4a05.b820 [None]
    on the second aironet:
    1 Mar 17 09:30:42.107 Information Interface Dot11Radio0, Station UP-ASBridge 001e.f7f1.abc0 Reassociated KEY_MGMT[NONE]
    2 Mar 17 09:30:41.971 Information Interface Dot11Radio0, Deauthenticating Station 001e.f7f1.abc0 Reason: Previous authentication no longer valid
    3 Mar 17 09:30:41.971 Warning Packet to client 001e.f7f1.abc0 reached max retries, removing the client
    regards,
    Christian

    Verify that when the radio interface is shutdown, the workstations can connect to the server immediately. Also ping from the AP to server and workstations to verify if there is any difference seen to the results seen prior to the radio interface being shut down.

  • MapViewer Support in IPad Safari Browser

    Dear All,
    IHAC looking for displaying map data in ipad safari browser and I would like to know if our map viewer supports ipad safari browser?
    Thanks,
    Kenny

    Problem which im facing is when the focus goes to new window below part of code not getting invoked after ajax call completed in parent window.
    -> It gets invoke only when i select parent window where the original Ajax call has happened.
    case "complete": // After the ajax response is arrived.
       break;
       case "success": // After update of HTML DOM based on ajax response..
       win.location.href = "XXX.xhtml"; // Not happeing
       break;
    Thanks,
    Thangaraj S.

  • Need to have iPad Safari browser support

    OK I know this is hard to do, but I have a site that is redering badly only on the iPad Safari Browser.  It works perfectly in all other browsers on all other platforms.  Any way to get this support?

    This is very difficult to do. To solve this problem would require one of the following, each of which has it's own set of problems.
    Run the content on emulators/simulators on our servers. Far from ideal since inevitably the emulators will be different from the actual browser on the device and our discussions with users indicate this is not acceptable.
    Actually host multiple iPads with custom software/hardware modifications to allow us to control them and capture screenshots to return to the BrowserLab client software. This is a very expensive solution for us since it would require constant replacement of expensive mobile devices.
    So, unfortunately, no. BrowserLab does not currently support testing on any mobile devices, sorry.
    Mark

  • My Safari program will not shut down so I cannot shut down my MacOSX

    My Safari program will not shut down (shut down line is greyed out.)  How can I shut it down , so that I can shut down the Mac OSX?

    Do you mean "quit" (at the bottom of the window):
    P.S. Please do not double post; it makes things much too confusing. I've asked the hosts to remove your other post.

Maybe you are looking for