| The ScanApp is a minimalist interface to load and run U8 applications in your phone/tablet. | 
| iOS | Applications page (scan icon) | 
| Android | Main menu item "Scan App" (right top of screen) | 
| Code starting with tag | Is considered as... | 
| !, s8: or st: | Smalltalk code following the tag (will be filedIn) | 
| http:// | Try to run an app hosted at given URL. If the application is not found, open the page at URL. | 
| u8: | the tag is expanded to an URL hosted by U8 service and processed as an URL | 
| swiki: | the tag is expanded to an URL hosted by swiki and processed as a page to process with SwikiCodeRobot | 
| js: or javascript: | javascript code following the tag will be loaded | 
| Smalltalk expression (will be filedIn) | 
|  | See uses of Smalltalk>>#moduleLoaded: to install hooks during loading | 
| To create a QR code image in this swiki pointing to a page, add an <IMG src="theURL"> HTML element in the page where "theURL" is the result of evaluating the following expression in a workspace UI8Workspace new qrFor: 'SwikiCodeRobot @> #(test s8)' width: 300 height: 300 |