Hype Pro for iOS/Android animated app onboarding

Are you guys planning on exporting to Swift or should we stick with embedding html5 into a view?

Thanks!

Three cheers for @nick's tutorial:

1 Like

Thanks Daniel!

Do you know if links in the hype project can link to iOS functions?

Say I want to do onboarding and include turning on Notifications. Can I add that to the hype project?

In general when using a WKWebView, you would setup a WKUserContentController to receive messages from JavaScript to your native iOS, or use evaluateJavaScript to send messages from your iOS code to the web view.

1 Like