GithubHelp home page GithubHelp logo

powderedd / iphonewebapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thomasluigi07/iphonewebapp

0.0 0.0 0.0 4.89 MB

A test iPhone web application for iPhones.

JavaScript 6.64% CSS 59.08% HTML 34.28%

iphonewebapp's Introduction

Latest-Update-Published-State

Where can I try this?

Go to https://thomasluigi07.github.io/iPhoneWebApp/!

What can i do with this?

Customise this as you wish! Works on all iOS versions as long as you have certificate fixing for older versions.

How do iPhone Web Applications work?

They are made with html. You need an icon and a splash screen, and also need to add this code to your html head:

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" href="icon.png" />
<link rel="apple-touch-startup-image" href="splash.png" />

If you would like more info, go here: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/ConfiguringWebApplications/ConfiguringWebApplications.html

How do i save this to my homescreen?

Press the share button at the bottom of the screen, then press "Add to Home Screen". Feel free to try without an internet connection, and delete once you are done.

Why am I getting a certificate error????

You need to install the ISRG Root X1 CA (Let's Encrypt) certificate on your iDevice to get around this problem. Use https://cydia.invoxiplaygames.uk/certificates to download them if you're on iOS 6 or newer (YOU DO NOT NEED TO JAILBREAK YOUR DEVICE). If you're on an older device, you'll need to manually install it (which i have no idea how to do so, plus you'll need to have a jailbroken device.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.