On Thursday, September 27, 2012 11:52:22 AM UTC+2, Luke wrote: > > how to debug on mobile webkit (chrome, android phone) ? i open the chrome > browser on android, and get error mobile webkit not supported.
Use SuperDevMode [1] with remote debugging [2]. To run bookmarklets, you'll have to type their name in the omnibar [3]. This should also work in Firefox for Android [4] or Opera [5] (yes, apparently, even the one in your Nintendo Wii!) except they don't (yet!) support SourceMaps, so it'll work better for fast-iterations than for debugging. [1] https://developers.google.com/web-toolkit/articles/superdevmode [2] https://developers.google.com/chrome/mobile/docs/debugging [3] http://www.hyperborea.org/journal/2012/08/bookmarklets-chrome-android/ [4] https://hacks.mozilla.org/2012/08/remote-debugging-on-firefox-for-android/ [5] http://www.opera.com/dragonfly/documentation/remote/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/_EIxCmn0GYkJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
