Convert your mobile website/HTML into iOS app: How to do it in less than 30 seconds

preview_player
Показать описание
👩🏻‍💻 We have updated our videos! Now, you can convert your website into an Android app too.

Create your own app for iPhone, iPod and iPad with just a few clicks. Use your mobile site as basis and this Xcode package wraps your URL (or local HTML) into a real, native iOS app! No more coding, no more plugins needed. It just works.

– Optimized for high performance (up to 2x faster than UIWebView)
– Universal app: Optimized for iPhone, iPod touch and iPad
– Full support for latest iOS 12 and newest iOS lineup including iPhone XS
– Easy: Just define your URL (or your local HTML folder) and WebViewGold takes care of the rest!
– Native iOS activity indicator while loading your URL
– Native Offline screen with „Try again“ button if your app is offline
– File Uploads & Geolocation supported
– HTML 5 Audio supported – even if your app is in background mode
– Define which URLs should be opened in Safari instead of your app (for external links, e.g. Facebook/Twitter)
– iOS Splash Screen & Multitasking supported
– Custom status bar color (+ text) design
– Define separated, custom UserAgents for iPhone and iPad devices
– Downloader for PDF documents (using “Open with” dialog)
– Native JavaScript dialogs like alert(), confirm() and prompt()
– Image Saving API (use JavaScript to save images to Photos app)
– First Run dialog (e.g. „Thanks for downloading this app!“)
– Direct, native In-App App Store rating dialog
– Follow on Facebook dialog
– No WebView bounce for better usability feeling
– Cache Management
– Push notifications via OneSignal and JavaScript
– Swift Xcode source code + Objective-C Xcode source code included
– Free support + free updates

Рекомендации по теме
Комментарии
Автор

hi i buy the xcode source but i resive an error in this ligne of code:

#define statusbarbackgroundcolor [UIColor colorWithRed:0/255.0f green:0/255.0f blue:255/255.0f alpha:1.0] //Custom Status Bar Color

Daniel-qouv