Results 1 to 2 of 2

Thread: Standalone Ipad App

  1. #1
    Newbie Level
    Join Date
    Nov 2011
    Location
    Orange County, CA
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts


    Standalone Ipad App

    Is there a way to turn your axure demo into a stand alone ipad app with launching app icon, what all is entailed? I've searched around but nothing specific came up, it might be really obvious and thats why I can't find it.

    Thanks in advance.

  2. #2
    Axure Fu Master
    Join Date
    May 2010
    Location
    Champaign, IL
    Posts
    161
    Thanks
    17
    Thanked 10 Times in 9 Posts


    My Twitter My LinkedIn
    There is no way that I know to do it in Axure itself, BUT if you don't mind messing around with the HTML after you generate your prototype, you can make it work.

    First, in Axure, go to the "Generate Prototype" screen and click on the Mobile/Device tab. Check the box for "Include Viewport Tag", and set your Width to "device-width" and User Scalable to "no" (these settings will most closely mimic a native app). Generate your prototype.

    Then, just add the following code to <HEAD> section the "front" page of your prototype:
    Code:
    <meta name="apple-mobile-web-app-capable" content="yes">
    Note that you ONLY need to add this tag to ONE page in your prototype, not every page. This tag tells the iPad that the webpage is actually a "web app", and as such can be added to the homescreen and will load without Safari chrome when you click on the app icon. Now, all you need to do is navigate to that page of the prototype in Safari, click on the "send to" button, and select "Add to Home Screen".

    The displayed title for the Home Screen item will be the prototype page name, so choose carefully. By default, iOS will use a screenshot of the page in lieu of an icon, but you can customize that, too, by adding the following code to the <HEAD> section of the same page:
    Code:
    <link rel="apple-touch-icon" href="apple-touch-icon.png"/>
    Then, simply add a 72x72px png image to the root prototype folder.

    Note that you'll have to re-add the code to the prototype after every regeneration, but the image will not need to be re-added to the folder.

    Let me know if you have any questions.

  3. The Following 2 Users Say Thank You to dnewman For This Useful Post:

    BartBaekelandt (04-23-2012), Paul (11-14-2011)

Similar Threads

  1. iPad prototype
    By zinkzone in forum Mobile Prototyping
    Replies: 12
    Last Post: 09-10-2012, 08:26 AM
  2. Axure App for iPad?
    By MelindaB in forum General Discussion
    Replies: 7
    Last Post: 12-22-2011, 02:34 PM
  3. Creating a prototype for the ipad
    By NicolaB in forum Mobile Prototyping
    Replies: 3
    Last Post: 11-16-2011, 10:20 AM
  4. New Axure iPad Widget
    By kreativr in forum Mobile Prototyping
    Replies: 3
    Last Post: 08-09-2011, 03:00 PM
  5. Merge Standalone File with Shared Project?
    By Stéphane Bergeron in forum General Discussion
    Replies: 3
    Last Post: 06-03-2009, 05:28 AM

Search Engine Friendly URLs by vBSEO 3.6.0 PL2