[Seaside] Material Design Lite with mobile phones

BrunoBB smalltalk at adinet.com.uy
Fri Mar 29 17:24:28 UTC 2019


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


More information about the seaside mailing list