IOS 8 Mobile Safari Issues

Since upgrading to iOS 8 I have experienced issues when using Safari to log into my mobile bank. During the log in process, after entering the 3rd requested character of my password, the focus automatically 'tabs' from this field but the 'Continue' button is not responsive and a blue 'cursor' appears behind it. To continue I have to either click back into the last password character field and click 'Go' or click back into another field on the screen which then 'enables' the button.
I did not have this issue in iOS7 and Chrome browser does not have the issue. The website has not been changed so why has it suddenly changed its behaviour since the upgrade?
Further to this, since the iOS 8.1 upgrade, the 'scroll wheels' used to select, say, a date of birth do not 'remember' the value that you have scrolled to if you click on the next entry field without selecting 'Done'. Again, this was fine until the 8.1 upgrade.
I don't think saying that websites aren't compatible with the Safari updates is good enough as all other browsers I've used do not have the issue.
Any suggestions?
I'm definitely taking the plunge and using Chrome from now on (any issues I've reported seem to have been fixed within a few days), if not moving away from Apple all together if an issue isn't acknowledged and/or fixed (I can see via Google searches that other people are experiencing issues).

I've experienced something similar in that I was on vacation and trying to access the hotel's wifi. And what you expect to happen happened, click on the network to join and the terms and conditions page comes up. My  mobile safari even said 'done' as in that it was a success. But in reality the right page hadn't come up and while it showed that I was online,, I really wasn't. I had to open a different browser to get the proper terms page to come up.
I do think there is an issue with how safari handles certain codes. Unfortunately I don't think there is much a user can do beyond have the work around (having browsers other than safari handy). If Apple decides to fix any coding issues with Safari, they'll just quietly do it and roll it out with an iOS update.
You can send them feedback and let them know that your bank's site doesn't work but beyond that there's not much users can do.

Similar Messages

  • When will WebGL be supported on iOS Mobile Safari?

    In our enterpirse we have developed a WebGL application using Three.js framework. Now, our customer wants it to run on Apple iPad. The problem is that we have found out that WebGL is only supported on iOS by using iAd. So we are wondering when will WebGL be supported on iOS mobile Safari to decide what to do.
    Thanks!

    Dunno, it's a bit off topic, but there's no way that an emulated ARM build of flash would even run at all on iOS at the current point, let alone 7 years ago.
    It's not that you can't build good flash, it's just that people don't. As you've said, you can use a dumbed down, non-extensible Adobe GUI to spit out javascript, and it'll tank just the same. Adobe Photoshop used to be the most blazingly fast application on the Mac. Adobe are a different story these days. Flash is a resource hog, whereas javascript is outright inefficient at moving graphics around, although it is improving substantially.
    Flex, on the other hand, is open source.
    Flash was actually created by Adobe. Adobe owned the vector graphics bezier patents, so Macromedia couldn't build a GUI editor for their Shockwave platform, which was sort of C++ territory, for making CD ROMS. Not used a lot because of the manual type of input required.
    Macromedia bought flash as a cheapo animation program with some strange usability ideas (such as applying boolean intersects to overlapping objects without asking you), but combining this legally-released and patent-free GUI editor with shockwave export capabilities made shockwave accessible to non-technical users. Who would pile on loads of effects, run it natively as an app to test, and then deploy it in a web plugin which runs far less efficiently. That's not exactly Flash's fault, but the fact that they've just ported it wholesale a whole bunch of times without a proper human rewrite makes for evil performance, a problem you don't have with javascript. You don't have to get what Adobe want to give you as a binary, like it or lump it.
    iOS ***** in many ways, the fact that you have to reverse engineer everything and crack if you want to get even the most basic level of customisability and extensibility that you would expect on any decent computer is genuinely frightening. That device could also be up to absolutely anything behind your back, and you'd be none the wiser staring at the GUI. Just trust apple. Or ask somebody who has been prodding around in there with a sharp screwdriver.
    Neither Adobe nor Apple have an entirely ideal character for the relationship to have worked. Adobe own a shedload of patents when it comes to the maths behind image processing technology. Adobe Postscript is built into OSX, comes from NeXT. Mr Jobs lost his rag with Adobe when Adobe forced Apple programmers to work on the code related to PostScript in some sort of high security bunker, and wouldn't let them take away anything but binaries. This made the development work a massive hassle. The Apple programmers also suggested that a lot of the code was hidden out of shame rather than out of protectionism. Adobe's real strength is legalised monopolies on basic image processing technology, they've owned it since they turned over Paintbox's patents on alpha blending of pixels.
    Been using Apple & Adobe products as my day to day workhorse stuff for over 20 years. Adobe used to be just as bad as the other software firms for generally mean behaviour, but they did write hand-optimised C++, and every year they'd raise the bar with features that you actually need. Each new version would save you weeks in a month.
    Post-internet, whole different ballgame. Different setup, $bns at stake now. Land grab for the new ultra-consumerised computer technology. The good thing about consumers is that you can subject them to abuse, they get a yea or nay decision. Do you want what we're giving you?
    These sorts of computer industry companies used to be toolmakers for the graphics industry.
    Now they're supplying the communications technology for everything. Consumables plugged into every industry in the world. That sort of power is a corrupting influence.

  • IOS 8 safari issues

    I Installed ios 8 and iOS 8.0.2 onto my iPad and iPad mini last week. Both of my devices are now a mess.   Safari is super slow and keeps freezing up.  There is nothing wrong with my wifi connection as my laptop PC browser works just fine.   In reading through the myriad of other post here and elsewhere I see that I am not alone and that upgrading to iOS 8 was a massive mistake.   Thank goodness that I didn't have enough memory on my iPhone to upgrade it.   I was planning to purchase the iphone 6 but I now think I will consider a Samsung phone unless Apple quick steps up to resolve the bugs with iOS.   What a shame as I really did like apple products.   

    Hi ..
    Try this on one device to test.
    Tap Settings > Safari then tap to clear History, Cookies, and Data.
    Then reset.
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    If that doesn't help, tap Settings > General > Reset > Reset All Settings
    No data is lost due to a reset.

  • Disable rubberband in mobile safari for webapps

    hi
    I'm building an ios webapp and i somehow can not disable the rubberband/scrolling effect in ios mobile safari.
    Is there an official fix for that? Something like <meta name="apple-mobile-web-app-rubberband" content="NO"> or maybe in CSS?
    Here's a Demo of the Webapp
    Thanks for your help!

    A Google Search found this: https://gist.github.com/1599412

  • Issue closing mobile safari's top webpage

    Hi everyone,
    I'm a webdeveloper and I'm facign some problems using JavaScript.
    I have a routine that opens the navigator and reconfigure it(remove some bars, resize the navigator and another small things), it runs ok when I use Safari for PC and for Mac, but the situation doesn't repeat in Mobile Safari for iPad.
    When I try to run the same routine in iPad, the page blinks and close itself when I allow the pop-up manager to open the webpage, I read in the internet that some navigators don't allow to close the pages that aren't opened by script, for example(window.open("url")).
    How can I handle it?
    I tried to use this alternatives:
    - window.close()
    - self.close()
    - this.close()
    - top.close()
    - self.window.close()
    - function anyfunction(){
         window.open('', '_self', '');
            window.opener = 'x';
            window.close();
    Please, can anybody help me?
    Thanks in Advance!
    AlexPereira

    I have the same issue on my phone and I think it may due to the latest software upgrade. I use to be able to add a safari shortcut on my home page by hitting the "+" key and then tapping on "Add to Home Screen". However this function is no longer available on my phone. My wife's phone still has it because she has not upgraded her software yet. I have restored my phone as a new phone but that did not solve the problem either. Would appreciate any help from the forum.

  • IOS 6 and Cisco guest login safari issues

    Hi all,
    I have been having issues with my Cisco m10 wifi router which has been installed at home and the same model at my beauty salon.
    It seems that with iOS 6, Safari will not allow a login page to display for guests to log on.
    I have been searching for a solution and the problem continues. Autofill has been disabled, I have changed a few settings on the router (found in another forum)
    The problem persists!
    One thing I have found though is, if I use Google chrome the browser goes right to the login screen! I therefore presume it is an issue with Safari.
    The problem is no issue at home, but at my salon it would require that every client come in and load Chrome first! The only way to do that is to first enter my secure non guest side of my network download chrome and then go back into the guest side and run chrome in order to login .
    This makes no sense at all. Along with this, after a chrome login, safari will then work on the login.
    Please Apple what is the most simple solution?

    First of all, you won't get answers from Apple here.  These forums are only user-to-user, like you and I.
    Did you try reloading the page in Safari when you launched it?  I don't get the login screen unless I reload the page first.
    If you have to, go to Settings > General > Reset > Reset Network Settings.  This will erase all of the Wi-Fi data on your iThing, such as router passwords, Auto-Join, etc, which might remove network-joining glitches on your iDevice.  Just know your router password (if you have one) before you do this, as you will have to enter it again.
    Hope I helped!

  • IOS 7 Safari (as well as OSX 10.9) Credit Card prompt "not now" causing issues

    Experiencing the same problem as this thread from stack overflow. safari on iphone/ipad http://stackoverflow.com/questions/21769058/ios-7-safari-as-well-as-osx-10-9-cre dit-card-prompt-not-now-causing-issues
    Safari on ios7 devices stops my form from submitting when it prompts to remember card.
    there must be a workaround other than pulling a pw field off the page???

    You can condense it down to a couple of options, shadowbeast, if you have a computer that is regularly maintained, not over-full, doesn't have much in the way of third party haxies installed, has had its directories checked recently, don't try to install the update while simultaneously running other software, etc etc. Trouble is in many cases such parameters aren't met!
    Using an update situation as an opportunity to undertake the general maintenance that should be done every month or so on any computer , (even if it is a Mac!) helps to forestall many other problems, too, as well as helping to ensure that the update process goes smoothly.
    I agree that the "Combo" update can be a good idea, sig, and I've usually done so in the past myself. In some circumstances it can certainly help to overcome problems that have arisen along the way. These days, however, the updates themselves tend to be very large (in this case the "combo" version is over 800 MB in size) and I'm very aware that many , many people use the smaller Software Update versions. These seem to be less problematic than they used to be in the past, though if anything is problematic after the installation downloading the Combo and re-installing it over the top of the SU version is a very good idea.
    I've been trying the SU updates regularly myself since SL arrived on the scene, and all have gone smoothly. Mind you, this has been on a couple of pretty well maintained machines.
    Cheers
    Rod

  • Mobile Safari (iOS) HTML5 Audio 5.1

    Hi there, I've made a HTML5 audio player which serves surround sound files (mp4). Works perfect on Safari desktop, but not on iOS. Is the mobile Safari Version unable to play multichannel files? cheers Henry

    This started happening to me yesterday. Crazy bizarre. Text is almost unreadable.

  • Recent issues with mobile safari

    What the heck is going on with mobile safari !?! Super slow on loading most anything, have to refresh the page to finish loading it and can't like or comment on facebook either

    I think your problem is your network connection.  Are you using cellular data or Wifi when you notice the slowness?
    I suggest you reset your net work connections.

  • IOS 5 Safari JavaScript execution exceeded timeout

    I am working on a mobile web app that is primarily self-contained and communicated with the server only when necessary. Currently, the libraries being used are:
    - jQuery 1.6.4
    - jQuery UI 1.8.3
    - Modified/patched version of jQTouch
    Up until the release of iOS 5 we were also using touchscroll.js but it is no longer needed since Safari now supports position: fixed and native scrolling.
    Since the release of iOS 5, seemingly at random, this exception is raised:
        JavaScript: Error undefined JavaScript execution exceeded timeout
    Once it is raised, no JS code that runs for more than a *very* short period of time (say 1ms) will be executed by Safari. Refreshing the page, going to a new page, or going to a new domain has no effect. Any and all JS code, even something as simple as
        for(var i = 0; i < 30; i++) ;
    will not be executed by the browser without the exception being raised. The only way around this is to force kill Safari and restart it. I suppose it is also possible to wrap any remotely "heavy duty" code in the application in a window.setTimeout(..., 1) or take advantage of Web Workers for everything but UI updates but that doesn't seem like a very good solution as the application is fairly large and it would require a substantial rewrite.
    Has anyone encountered this issue before? How would you go about debugging something like this as it isn't any single piece of code that seems to put Safari into this broken state and it can happen seemingly at random?
    I tried to figure out what the timeout of the JS engine is in mobile Safari by doing the following:
        var start, end;
        start = new Date();
        try {
           while(true);
        } catch (ex) {
          alert('test');
        end = new Date();
        console.log(Number(end) - Number(start) + 'ms');
    Unfortunately it seems this timeout exception isn't a JS exception so it cannot be caught in a try/catch block; however, it appears the max timeout period is in the realm of several seconds. None of the code in our app locks the browser/JS engine for that long (as it would provide a terrible UX) and most if not all of it probably has a sub 300ms execution time (including anything that's "heavy duty").

    illvminatvs wrote:
    Sometimes even simple DOM queries in jQuery like $('.foo') would trigger this behavior.
    There is nothing simple about jQuery. I'm pretty confident I could create a page where such a selector would bring any desktop browser to its knees.
    Moreover, this issue did not exist in iOS 4 and only manifested itself in iOS 5 and IIRC only occured on iPad 2 devices and not the original iPad.
    I highly doubt that.
    So call it what you will. I'll call it a bug.
    What I'll do is put on my overalls, grab my cane, and tell you how it was in my day.
    Back in my day, every operating system had bugs. Every application running on them had bugs. You know what we did? Blame the vendor? Yep. Filed a bug report? Sure. Sit on our hands? Never! You know what we did? We "worked around it". There was no internet where someone would post just the lines of code we needed. There were no example apps. There was no open source. Somehow, we still got it working.
    Just suppose, for the sake of argument, that you are absolutely correct. This is a bug the Apple introduced in iOS 5 and it breaks your app. Will Apple release a fix for it next month? Unlikely. Next quarter? Maybe, maybe not. 2015? My oldest Apple bug report is dated "04-Apr-2008 06:39 PM".
    It is an imperfect, competitive world. If you don't want to work around the bugs, all that does is give that opportunity to someone else.

  • Mobile Safari Crash when using an iFrame in Full Screen mode (Icon launch)

    Platform: iPad 2/3/mini iOS 8.1 (Other versions seem to show the same behavior)
    The Problem:
    I am making an html5 app that is running in full screen mode by adding it to the homescreen and using the <meta name="apple-mobile-web-app-capable" content="yes"> tag to hide Safari.
    When altering the source of an iFrame to an asset (mov, mp3, etc), Safari in turn will crash ONLY when in full screen mode. If I am browsing my app out of full screen mode, the assets load without a problem.
    The odd thing is, the default browser player for these assets change in appearance when using the full screen mode.
    I have setup a page to reproduce the crash:
    Navigate to: http://instapark.me/roi
    Click on the big red mp3 button, an mp3 will play in the iframe.(No crash)
    Click on the big red mov button, an mov file will play in the iframe. (No crash)
    Add to your homescreen.
    Launch from homescreen icon.
    Click on the big red mp3 button, an mp3 will play in the iframe.(No crash, but it will not play.)
    Click on the big red mov button, an mov file will play in the iframe. (crash!)

    It is already switched off because it's a known issue that the macbook pro mid 2010 has kernel panics with the discrete gpu.
    Any other guesses?
    *Also please note that this is probably a safari issue since chrome works fine. But I can't read crash logs so any help would be appreciated.

  • How can I make google search links open in the same tab in mobile safari?

    I have iphone 5 with ios 7.0.4 and my wife has the same one.
    In my iphone, when I open one link of the google search result page, mobile safari always lauch a new tab and load the linke into the new tab.
    But I want to make it open in the same tab and actually it does in my wife's iphone.
    I don't know what difference make this...

    Hi
    Please take a look to this thread Re: Can I refresh the browser rather than open a new tab?

  • Image Won't Display In Mobile Safari

    I'm developing a website, it validates properly, and it works perfectly in Chrome, FireFox, Internet Explorer, and Desktop Safari. The only problem that I'm having with it is in Mobile Safari for iOS. I have a div element with an <img> tag inside it. On a desktop browser, it will show it. However, iOS will display a missing image icon instead. This only occurs on iOS. You can test it out yourself by going to http://covu.optini.com first in your desktop browser and then again in your Mobile Safari browser. Could anyone please give me some insight as to why this would be happening? Thanks. All the other images display correctly in Mobile Safari.

    Update: It works perfectly on iOS5 Mobile Safari. It isn't working on iOS 4.3.3's Safari.
    I hate to double post, but the edit button wasn't showing up.

  • Flash Builder 4.5.1 Creating iOS Mobile App creates components not Spark views

    Hi
    I have Flash Builder 4.5.1 on Windows 7 using SDK 4.5.1.
    Following many of the Hello World video tutorials (including what's on Adobe TV's website) I create a new Mobile based Application in Flash Builder. I set it up to be a View Based Application targeting iOS and iPhone (although the problem is for any iOS device).
    I follow all the instructions and yet the MXML that's created at the end is component based and not targeting Spark Views. This floors running or viewing the app! Code for both Application class and View is as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <components:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                         xmlns:s="library://ns.adobe.com/flex/spark" xmlns:components="spark.components.*" firstView="views.MyMobileProjectHomeView" applicationDPI="240">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
    </components:ViewNavigatorApplication>
    <?xml version="1.0" encoding="utf-8"?>
    <components:View xmlns:fx="http://ns.adobe.com/mxml/2009"
                     xmlns:s="library://ns.adobe.com/flex/spark" xmlns:components="spark.components.*" title="HomeView">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
    </components:View>
    I have no idea why Flash Builder is creating code that's namespaced to components and not the spark framework.
    The code that's created in the course is below and yet if I import their project and try and view in Design view Flash Builder tells me 'An unknown item is declared as the root of your MXML document. Switch to source mode to correct it.':
    <?xml version="1.0" encoding="utf-8"?>
    <s:ViewNavigatorApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
                                xmlns:s="library://ns.adobe.com/flex/spark" firstView="views.HelloWorldHomeView" applicationDPI="240">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
    </s:ViewNavigatorApplication>
    <?xml version="1.0" encoding="utf-8"?>
    <s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
            xmlns:s="library://ns.adobe.com/flex/spark" title="HomeView">
        <fx:Declarations>
            <!-- Place non-visual elements (e.g., services, value objects) here -->
        </fx:Declarations>
        <s:Label text="Hello World"/>
    </s:View>
    Please help
    Many thanks in advance
    David

    Here's the solution:
    The problem did not exist on an installation of Flash Builder on a spare MacBookPro.
    On my main computer (the one with the Flash Builder issue) I uninstalled and reinstalled Flash Builder 4.5 (then updated to 4.5.1). Creating an iOS Mobile Application now creates the correct code.
    I have no idea why it was creating dodgy code.
    The only difference with the new Flash Builder install is that SourceMate 3.0 is not installed yet. Perhaps something had gone wrong in the Adobe Updater when going from 4.5 to 4.5.1, who know...all speculation...anyhow it works now!

  • Mobile Safari does not play videos

    http://naartjie.nanoson.com/movie.html
    Three videos on a simple HTML page[/URL] Check HTML source yourself - it's trivial!
    First video about Subaru plays well in Mobile Safari.
    About second Mobile Safari says, that it can't download video file! About third it says, that video can't be played.
    First I thought that video format is wrong, but! If all that 3 videos send via email to iPhone or upload to iDisk and use iDisk.app, all they can played without any errors! So what is my mistake? Are there any more strict limitations on video in HTML for Mobile Safari?

    K T, I'm not sure what you're talking about, but since this WORKED on the iPad but DID NOT work on ANY other version of Safari (including the iPhone/iPod version), I don't think that could possibly be the issue. Now, what it COULD be is that I processed these videos on an old PowerMac with Final Cut Studio 1 (so Compressor 2, not Compressor 3) . . . but I thought the H.264 standard has been unchanged for seven years, right? If so, I don't see how that could be it either. But I don't know much about this stuff.
    Would compressing the file for "streaming" rather than "download" on an older version of Compressor do anything to the resulting file that would somehow make it incompatible with Safari? And maybe they just tweaked the **** out of the iPad for the big launch and caught that bug, but haven't fixed it on other platforms yet? Like I said, I don't know much about this stuff, but that's the only thing I can think of that made the videos I processed, uploaded, and tested any different than the videos that WORK on all versions of Safari.
    To clarify, all the videos I have processed myself ONLY work on the iPad. Videos I download from the Internet, then upload and test with the exact same code, work on all up-to-date versions of Safari (and Chrome too).

Maybe you are looking for

  • HT4910 back up in iCloud

    how can i back up my hard drive to iCloud, I want to use icloud fortime machine, is there a way?

  • How to turn off swipe

    I have the 5s and have the ios 8 update. Anyone know how to turn off the swipe keyboard feature? when i text, the autocorrect on swipe keeps mis spelling my messages for me. its getting a bit annoying when i have to delete the suggested word and re t

  • USB UPDATE FOR MACBOOKPRO 2011 15"

    I have a 2011 macbookpro 15" and i need to update my USB 2.0 port to a 3.0  Does exist any adapter from thunderbolt or firewire?

  • [iPhone] Rotating a view like iPod.app

    I've got a NavigationController based app, with a ViewController nested inside. When I rotate my device, I want to load in a custom UIView, which takes over the whole screen. When the device is rotated back, the old view comes back. So far I've had s

  • Extrcting the data used for building a Dshboard in Xcelsius to internl tabl

    Hi, Is there a way to get the data present in an Xcelsius dashboard back to an internal table? I know its pretty complicated. But is there any way in which I can get the data that is finally used to build a dashboard using ABAP? Thanks, Mahesh M.S.