Re: Material Design Lite with mobile phones

BrunoBB <[email protected]>
Newsgroups gmane.comp.lang.smalltalk.squeak.seaside
Message-ID <[email protected]>
Hi,

Fixed with ([meta name="viewport" content="width=device-width,
initial-scale=1.0"] ):

WAMyWebComponent
updateRoot: anHtmlRoot

	super updateRoot: anHtmlRoot.

   anHtmlRoot beHtml5.
   anHtmlRoot stylesheet url: (WAUrl absolute:
'https://storage.googleapis.com/code.getmdl.io/1.3.0/material.deep_purple-pink.min.css').
	anHtmlRoot javascript add: 'hljs.initHighlightingOnLoad();'.
	anHtmlRoot meta 
		name: 'viewport';
		content: 'width=device-width, initial-scale=1.0'.



--
Sent from: http://forum.world.st/Seaside-General-f86180.html
_______________________________________________
seaside mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.