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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:34:26+00:00 2026-06-05T03:34:26+00:00

We have built an online web app and would now like to package it

  • 0

We have built an online web app and would now like to package it for ipad & iPhone. Ideally, all we need is a full screen browser window like an iframe that will load the full app from the web. Obviously we could do it in the browser but we need our own launch icon on the desktop as well as removal of the browser address bar.
I’ve heard of phoneGap & Appcelerator but I’m unsure if this setup is possible using these platforms?

Is there a simple method for achieving this?

Are there any problems or security issues on iOS I need to look out for?

  • 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-05T03:34:27+00:00Added an answer on June 5, 2026 at 3:34 am

    A lot of web application are on the app store. They just put a UIWebView in an empty app and point it to the web app. Everything will run just like it does in Safari, but there will be no toolbars, etc. This will require your to have Xcode and a membership to the developer program.

    If you don’t want to go through the app store, you can still set up your app so that you can save it to your device and it will run as though it were native. Here is a link with an example of that:

    http://sixrevisions.com/web-development/html5-iphone-app/

    So you have to decide which is best for you.

    Native iOS app with UIWebView

    • Exposure on the app store
    • Opens up the possibility to combine your app with native iOS UI elements if you want
    • Possibility of using accelerometer, Bluetooth, Game Center, and other native app features

    “Offline” HTML5 App

    • No membership or Xcode required
    • Full control of your app (no curation)
    • Easily adaptable to work on other devices
    • You don’t have to pay a 30% cut if you sell something

    In many cases, user experience will be identical for each option once the app is on the device. Weigh the options and figure out what’s best for you.

    Directions for setting up native iOS app with UIWebView

    1. Open Xcode and select File > New > Project…
    2. Enter a product name and select the device family. Check “Use Automatic Reference Counting” and uncheck “Use Storyboards” and “Include Unit Tests”
    3. Pick where to put the project
    4. Open ViewController.m and insert the code below in viewDidLoad right under above the line [super viewDidLoad].
    5. Change the url “http://www.google.com” to the address of your web app.
    UIWebView *webView = [[UIWebView alloc] initWithFrame:self.view.frame];
    NSString *urlAddress = @"http://www.google.com";
    NSURL *url = [NSURL URLWithString:urlAddress];
    NSURLRequest *request = [NSURLRequest requestWithURL:url];
    [webView loadRequest:request];
    [self.view addSubview:webView];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a broke college student. I have built a small web app in
I have built UI, its like a search engine for BioProcess/Disease--> Genes. e.g., User
I have built Web sites with Python/Django and desktop applications with Objective-C/Cocoa so programming
We have built a web application that accepts SOAP messages, does some processing, calls
I have built an app that plays lots of sounds the easy way: AudioServicesPlaySystemSound(someSoundID);
I have built a T-SQL query like this: DECLARE @search nvarchar(1000) = 'FORMSOF(INFLECTIONAL,hills) AND
I have a web application that needs to be built using PHP/MySQL. The application
I need to build a cross platform mobile app (iphone, android, etc). The app
I would like to build a new web application using ASP.NET MVC3 and MongoDB.
I have looked around SO and the web for quite some time now and

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.