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

  • Home
  • SEARCH
  • 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 8543245
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T12:15:22+00:00 2026-06-11T12:15:22+00:00

I submitted a reference app, which has absolutely no offensive content in it. So

  • 0

I submitted a reference app, which has absolutely no offensive content in it. So I rated my app accordingly (4+). However, the app, as a convenience to users, provides reference urls to Wikipedia to save them some effort. For example, the app provides some data about a common item and if the user is curious about the item, I’ve provided a Wiki link to each item. User can click on it and access the wiki webpage without leaving the app.

Each wiki page displays a Search box at the top and the user can, obviously, type in anything they want there and access any material provided by Wikipedia. So I was asked to bump up the rating to 17+.

My question: Is there any way I can suppress the search box in Wikipedia? Or do anything in the iOS app to prevent user from leaving the original page?

If neither is possible, I suppose I could extract and embed relevant content from Wikipedia (with proper attribution). That would be too much effort, is static (unless updated periodically), and bloats the app with tens of MBs of data.

Note: I found this answer that points to a github library to get and display a wiki page, but that still appears to expose a user to arbitrary Wiki content.

  • 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-11T12:15:24+00:00Added an answer on June 11, 2026 at 12:15 pm

    To suppress the search box, something along these lines could work, to be put in the delegate of your UIWebView:

    -(void)webViewDidFinishLoad:(UIWebView *)webView
    {
        NSString *js = "document.getElementById('mw-mf-search').style.display='none';";
        [webView stringByEvaluatingJavaScriptFromString:js];
    }
    

    mw-mf-search is the id attribute of the search box on m.wikipedia.org.

    To prevent leaving the page, you should implement webView:shouldStartLoadWithRequest:navigationType: and return YES only for resources such as images and sites you want to allow.

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

Sidebar

Related Questions

I submitted an iPhone application to the app store, but it is failed to
Recently i have submitted an to app hub, App got Certified and got a
I just submitted a new version of our app to the Apple app store,
I'm working on some HTML content as part of an iPad app. We may
I got this response from Apple when i submitted my App with Three 20.I
Background: I'm building a poetry site with user submitted content. The relevant user actions
I have a WCF web service which throws exceptions when invalid data is submitted.
I've created a map-based app for the iPhone, and recently submitted it to the
I am making a Cordova (PhoneGap) app and have submitted it to the App
I'm using the DotNetOpenAuth framework which has been great to get up to speed

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.