Quick setup: - Download / update to the latest version of x-code - Double click on the Textbox.io.xcodeproj file, this should open x-code - On the top left hand corner there should be a play button, press play and the app should build, a simulator should load - To change device simulators, there is a device drop down list to the right of the play button choose ipad 2, it fits best on a standard screen. - To see the interactions between textbox.io and the webview you should see the console logs. - xcode side logs, in xcode goto view -> debug area -> activate console - textbox js logs, open safari goto develop -> simulator -> readme.html (the current page on the simulator) Notes: - wkWebView works but is not bundled in this sample (just uncomment 5 lines of code to re-enable it) - Custom user agent, since textbox is the only item running in the webview, the user agent should be left as default. Custom UA's may cause the Textbox.io javacript to detect the wrong platform and may deliver an undesirable user experience. Image uploads - Currently local insert images, will be inserted as base64 format, the webview will also get the base64 image when getContent is called - Inserting an image from URL will trigger cors issues, the integration layer should contain a proxy to handle all http requests from the webview. Corrs issues - Help menu contents -