Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6807189
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T19:48:05+00:00 2026-05-26T19:48:05+00:00

I found a bug in iOS 5. When you are using a UIWebView and

  • 0

I found a bug in iOS 5.

When you are using a UIWebView and access some sites, you create your history links, look like any other browser.

If you like to use a navegation bar, can use the functions goBack and goForward

In iOS 4.3 and below, when you call this function the program call the delegate function

webView:shouldStartLoadWithRequest:navigationType:

But in iOS 5.0 this can happens or not. If the site is in cache, it not call this function. I saw this happens in only 1 level (1 click in goBack or 1 to goFoward), in the second click it pass in the function.

Why they change it???? Even it is in cache, the program have to ask for me.. Now how solve this: I am trying make a stack with the browser history and I check the url. But i am having problem ;(

There are no other way?

  • I can’t see the browser history? I have to create my ow list?
  • I can’t clean the cache to force it pass in the function?

Any sugest?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T19:48:05+00:00Added an answer on May 26, 2026 at 7:48 pm

    It’s not a bug, if there is enough available RAM on the device then it will keep some of the pages in memory, therefore they are not being “loaded” again when you go back.

    You should create your own goBack: and goForward: actions on your own controller, and link the goBack/goForward buttons to them:

    - (IBAction)goBack:(id)sender
    {
        [self doStuff];
    
        [self.webView goBack:sender];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm reviewing some legacy code and I've found a bug that causes the response
I am using Firefox3 on Ubuntu (And I found a bug in SO while
I just found a bug in some code I didn't write and I'm a
I found another bug in my cms where Im using the Tank Auth library
I just found a bug in some number manipulations in my program and I'm
I found a bug in the Contains statement in Linq (not sure if it
I found strange bug (maybe). When I send parameters to $.ajax in a form
Say I just found a bug involving javascript workflow in a web app. Most
I just found a bug in my Rails app which would lead to certain
We've found a bug in old code where connections aren't being closed. It's an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.