OLD | NEW |
| (Empty) |
1 Things to test manually: | |
2 | |
3 1. Each sample compiles and run as expected. | |
4 | |
5 2. Check that "add to home screen" works on iOS: | |
6 | |
7 - Check that "add to home screen" creates a new icon in Safari (Dart logo on | |
8 white background with rounded corners). The suggested name should be "Try | |
9 Dart!". | |
10 | |
11 - Check that the app launches as a full screen app which must be killed | |
12 separately from Safari. | |
13 | |
14 - Check that the splash screen shows (Dart logo on white background). | |
15 | |
16 - Check that the initial view port displays the full page, but that it can | |
17 be zoomed. | |
18 | |
19 3. Check that "add to home screen" works on Chrome Mobile (Android): | |
20 | |
21 - Check the menu item "add to home screen" is enabled in Chrome. | |
22 | |
23 - Check that an icon (Dart logo with transparent background) is added to the | |
24 Android home screen. The suggested name should be "Try Dart!". | |
25 | |
26 - Check that the app launches full screen and is separate from Chrome in the | |
27 task viewer. For now, expect that the icon in task manager is Chrome and | |
28 the name is just "web app". | |
29 | |
30 4. Check that the site has a nice screen shot on Google+. | |
31 | |
32 - Validate using http://www.google.com/webmasters/tools/richsnippets | |
33 | |
34 - Try sharing on Google+. The screen shot should appear before you actually | |
35 share, so you don't need to actually share. | |
OLD | NEW |