https://bugzilla.wikimedia.org/show_bug.cgi?id=32279
--- Comment #1 from Brion Vibber <[email protected]> 2011-11-10 18:50:49 UTC --- 64-bit version does indeed run on my test tablet though it's... not an ideal dev box! ;) Did some very early exploration just for fun with stub JS projects from the Visual Studio Express 11 preview. Couple notes for when somebody wants to work more solidly on it: * the system throws exceptions when injecting stuff via document.write or innerHTML -- smart as it's probably dangerous. :) This breaks at least the JS script loading for l10n (about to change) and platform-specific files. Lots of errors beyond that are to be expected... * getting some errors in zepto.min.js; possibly due to zepto not liking MS's DOM environment. (It should be *very close* to standards but something may still be awry. Haven't attempted to track it down.) * search <input> shows REALLY HUGE -- may need to adjust the viewport or something * webkit-only gradient doesn't work of course :) * not exactly sure how to make the Visual Studio project copy in files from a common directory outside the project; may need to ponder proper way to arrange the project build. Some widgets of possible interest: WinJS.UI.AppBar toolbar wrapper; Android-like menus probably belong in there: <http://msdn.microsoft.com/en-us/library/windows/apps/br229670%28v=vs.85%29.aspx> WinJS.UI.SettingsPanel not sure how to actually use this, but in theory it should tie into the settings panel you get from swiping from screen right. <http://msdn.microsoft.com/en-us/library/windows/apps/br229701%28v=vs.85%29.aspx> WinJS.UI.Toggle switch-style on/off widget, may wish to use in place of check boxes in some places <http://msdn.microsoft.com/en-us/library/windows/apps/br229749%28v=vs.85%29.aspx> Some general background on using those: <http://msdn.microsoft.com/en-us/library/windows/apps/hh465493%28v=vs.85%29.aspx> -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
