Skip to content

Commit b3f378d

Browse files
committed
updated README
1 parent a2de4a6 commit b3f378d

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,21 @@ I know, using a Wrapper-App to display a Website can feel a bit odd. But there a
1717
- Provides a native iOS navigation header.
1818
- Sets up a WKWebView instance just the way PWAs/SPAs like it.
1919
- Provided your Web App is Offline-capable, it only needs an Internet connection on the first startup. If this fails, it shows a native refresh widget.
20-
- Opens all external URLs in the device's Browser instead.
21-
- Automatically fetches Updates for your Web App.
20+
- Opens all external URLs in the device's Browser / 3rd party apps instead.
21+
- Automatically fetches updates of your Web App.
2222

2323
## How to build your own
2424
- Clone/fork repository and open in Xcode
2525
- Head over to `Constants.swift` and
2626
- add your app's name and the main URL to fetch
2727
- set the host you want to restrict your app to
28+
- add your custom Javascript string to open your Web App's menu.
29+
- this is injected into the site when the "Menu" button is pressed. This wrapper assumes you're hiding your Web App's header in favor of the native App navigation and show/hide your menu via Javascript.
2830
- customize the colors
2931
- tweak the other options as you prefer
3032
- Put your own App icons in place in `Assets.xcassets`
3133
- Remember, 1pt equals 1px on 1x-size. E.g., if you have to provide a 20pt icon of 3x-size, it has to be 60x60px.
32-
- iOS doesn't like transparency, use background colors.
34+
- iOS doesn't like transparency, use background colors on your icons.
3335
- I like using [App Icon Maker](http://appiconmaker.co), but any other similar service will do it as well.
3436
- Don't forget the `launcher` icon!
3537
- Change _Bundle Identifier_ and _Display Name_

0 commit comments

Comments
 (0)