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 8921065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T06:26:23+00:00 2026-06-15T06:26:23+00:00

I was wondering if anyone has created a reader app for iOS that allows

  • 0

I was wondering if anyone has created a reader app for iOS that allows the user to view a webpage in a native environment rather than in a webview? I’m trying to use a screen scrape method, but I’m having trouble entering in the url so that the page displays.

  • 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-06-15T06:26:24+00:00Added an answer on June 15, 2026 at 6:26 am

    I am not sure by what you mean when you say viewing a webpage in a native environment, i’m guessing you want to strip the webpage of everything except select things that you want to display? You can do this by downloading the web page itself, in a simplified version, downloading index.html from a web server. You would then have to create some type of a parser that would go through the html file and grab things that you would like to show like things that are between <p></p> tags, which would be body paragraphs and so forth. The parser would return an array of objects, for this simplified example we will say an array of strings, each string holds the body of text that was between different <p> tags. You would then dynamically create textfields or a textfield and format the content as you wish and display it as you want.

    Here is some code to get you started:

    NSURL *url = [NSURL URLWithString:@"http://www.google.com"]
    NSString *webPageString = [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding error:NULL];
    

    Excuse any typo in that code, i free hand wrote it on a pc so a method name might be slightly wrong or capitalized wrong if you copy it in. You can then experiment on your favorite website by stripping parts of it that you want and displaying them in an app as you wish.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Making an Flex App. Just wondering if anyone has created something that fits automatically
I'm just wondering if anyone has already created a tool that will take a
I'm wondering if anyone has ever come across a plug-in for mootools that will
I'm wondering if anyone has created a generic busy box type control for ASP.NET
I've created a small iphone app that contains a tab bar controller that has
I see in richfaces that there is a single slider, wondering if anyone has
Just wondering if anyone has some good resources for learning how to create new
Just wondering if anyone has any ideas on how we can style templates... Like
I'm wondering if anyone has a smart js or css trick to make a
I am wondering if anyone has experience working on Django projects in a small

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.