I have and use the Discourse mobile app for iOS. Is the app in the github repo here: DiscourseMobile/ios at master · discourse/DiscourseMobile · GitHub the source code for the publicly available iOS “DiscourseHub” app?
If so, it seems this app is just wrapping a Discourse site within a webview.
– am I wrong about this?
I would like to develop an iOS app which uses a few service SDKs (unrelated to Discourse) and to embed our Discourse site.
Has anyone successfully used either the Discourse native app code or API to provide a good, native user experience within a standalone iOS app?
– or is a Safari webkit view the best option? Discourse is excellent on all mobile browsers.