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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T00:47:40+00:00 2026-06-03T00:47:40+00:00

I was wondering whether one could run a HTML page from the iOS device’s

  • 0

I was wondering whether one could run a HTML page from the iOS device’s hard drive, using Objective-C only as a view port to the HTML page and having the HTML page be the application’s actual interface. Is this possible to do?

Thanks,

Odinulf

  • 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-03T00:47:41+00:00Added an answer on June 3, 2026 at 12:47 am

    for IOS create a file with the following:

    #import "WrapperViewController.h"
    
    @implementation WrapperViewController
    
    - (void) viewDidLoad
    {
      NSBundle *bundle   = [NSBundle mainBundle];
      NSString *path     = [bundle bundlePath];
      NSString *fullpath = [NSBundle pathForResource:@"index" ofType:@"htm" inDirectory:path];
      [webView loadRequest:[NSURLRequest requestWithURL: [NSURL fileURLWithPath:fullPath]]];
    }
    
    - (BOOL) shouldAutorotateToInterfaceOrientation: (UIInterfaceOrientation) interfaceOrientation
    {
      return YES;
    }
    - (void) didRotateFromInterfaceOrientation: (UIInterfaceOrientation) fromInterfaceOrientation
    {
      webView.scalesPageToFit = YES;
      WebView.backgroundColor = [UIColor blackColor];
    }
    
    - (void) didReceiveMemoryWarning
    {
      [super didReceiveMemoryWarning];
    }
    
    - (void) dealloc
    {
      [super dealloc];
    }
    @end
    

    (I got this straight out of the book “HTML5 for IOS and Android: A Beginner’s Guide” [page 388-390])

    And this is how you would do it for android.

    Hope this helps!

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

Sidebar

Related Questions

I was wondering whether one could get the HTML source code from an .swf
I have created a HyperSQL Database. I was just wondering whether I could run
I am wondering whether I can upgrade a basic IoC container I am using
I am wondering if it is possible for CMake to run tests like one
I'm wondering whether I could implement a Chrome style proces model with a WPF
I was wondering if there's something I could do, aside from setting each function
Hey i am new to jquery and i was wondering whether someone could give
Just wondering whether anyone knows how to get blogger labels into alt tags in
I wondering whether use a webView to create a complex text area done with
I was wondering whether anyone knows of any tools available that perform the task

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.