@@ -24,10 +24,16 @@ class Clase extends Component {
<Text>{clase.profesor.nombre} {clase.profesor.apellido}</Text>
</CardSection>
<CardSection>
- <WebView
- style={{height:300}}
- scalesPageToFit={true}
- source={{html: clase.texto}} />
+ <WebView
+ style={{height:300}}
+ scalesPageToFit={true}
+ javaScriptEnabled={false}
+ source={{html: clase.texto}} />
+ </CardSection>
+ <CardSection>
+ <Text>
+ Comentarios
+ </Text>
</Card>
);