You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some deploys with "Cordova" to see how the visual is behaving on its definitive operating systems. I found some inconsistencies, being that in this issue I will deal with the blinking card problem.
In iOS, when a collapsible element is closing, a blink occurs on the card. I made a video as app running inside an iPhone 5 with ios10.1):
<template><div><divclass="layout-padding"><divclass="card"><divclass="item three-lines"><imgclass="item-primary"src="statics/img/avatars/1.jpg"><divclass="item-content has-secondary"><div>Mauriano Salazar</div><div><span>Cardiologia</span><br/>
(crm 988987)
</div></div><divclass="item-secondary stamp">
550m
</div><iclass="item-secondary">location_on</i></div><divclass="card-content"><divclass="list item-delimiter"><quasar-collapsibleicon="info_outline"label="Resumo"><divclass="text-justify thin-paragraph"style="font-size:.9em; margin-bottom:1em; margin-top:1em;">
Dr. Mauriano Salazar graduou-se em medicina pela UNIPAC, no ano de 1999.
Especializou-se em Cardiologia e Terapia Intensiva (CTI) pela Fundação Mario Pena e Hospital Luxemburgo, em Belo Horizonte.
Após esse período, trabalhou como Cardiologista em hospitais, Unidades Coronarianas e Centros de Tratamento Intensivo.
Nesta ultima década dedicou-se a estudos que abrangeram não somente a área de Cardiologia,
mas também a Fisiologia, Neurociências, Psicologia, mudança de comportamento e cardiologia esportiva.
</div></quasar-collapsible><quasar-collapsibleicon="add_location"label="Locais de Atend."><divclass="locais-main"><divclass="item multiple-lines"><divclass="item-content has-secondary local"><div>Clínica Salutare</div><divclass="item-label item-smaller addressDetail">Rua Dona Francisca 3775</div><divclass="item-label item-smaller addressDetail">Saguaçú - CEP 89765003</div><divclass="item-label item-smaller addressDetail text-italic">( a 550m )</div><divclass="item-label item-smaller text-italic"><spanclass="label bg-green text-white labelConvenio">Unimed</span><spanclass="label bg-white text-red labelConvenio agemed">Agemed</span><spanclass="label bg-blue-10 text-white labelConvenio">Amil</span><spanclass="label bg-red text-white labelConvenio">Bradesco</span></div></div><divclass="item-secondary"><i>
place
</i></div></div><divclass="item multiple-lines"><divclass="item-content has-secondary"><div>Clínica Heart</div><divclass="item-label item-smaller addressDetail">Rua Marques de Olinda 2371</div><divclass="item-label item-smaller addressDetail">Glória</div><divclass="item-label item-smaller addressDetail">CEP 89570133</div><divclass="item-label item-smaller addressDetail text-italic">( a 1,2 km )</div><divclass="item-label item-smaller text-italic"><spanclass="label bg-green text-white labelConvenio">Unimed</span><spanclass="label bg-white text-red labelConvenio agemed">Agemed</span><spanclass="label bg-yellow text-blue-10 labelConvenio">Cassi</span></div></div><divclass="item-secondary"><i>
place
</i></div></div></div></quasar-collapsible><quasar-collapsibleicon="assignment_turned_in"label="Áreas de atuação"><divclass="area-atuacao-main"><divclass="row area-atuacao"><iclass="area-atuacao-icon">check</i> Cardiopatia Congênita do Adulto
</div><divclass="row area-atuacao"><iclass="area-atuacao-icon">check</i> Risco Cirúrgico
</div><divclass="row area-atuacao"><iclass="area-atuacao-icon">check</i> Acompanhamento Cardiológico de Atletas
</div><divclass="row area-atuacao"><iclass="area-atuacao-icon">check</i> Cardiologia Fetal
</div><divclass="row area-atuacao"><iclass="area-atuacao-icon">check</i> Cardiologia Pediátrica
</div></div><buttontype="button"name="button" @click="teste()">teste</button></quasar-collapsible></div></div><divclass="card-actions"><divclass="auto text-primary"><i>star</i> 4,5 de média
</div><divclass="auto text-primary"><i>mode_comment</i> 8 comentários
</div></div></div></div><button @click="scheduleRequest(false)"class="negative circular shadow-3 absolute-bottom-right"style="right:20px; bottom:25px;"><i>today</i></button></div></template><script>
import {mapActions} from 'vuex'
import {ActionSheet,Toast} from 'quasar'
export default {mounted(){this.setHeaderTitle('Mauriano Salazar')},
methods: {
...mapActions(['setHeaderTitle']),scheduleRequest(gallery){ActionSheet.create({title: 'Solicitar Agenda',gallery: gallery,actions: [{label: 'Delete',icon: 'delete',handler(){Toast.create('Deleted Article')}},{label: 'Share',icon: 'share',handler(){Toast.create('Shared!')}},{label: 'Play',icon: 'gamepad',handler(){Toast.create('Launched Game')}},{label: 'Favorite',icon: 'favorite',handler(){Toast.create('Added to favorites')}}],dismiss: {label: 'Cancel',icon: 'cancel',classes: 'text-primary',handler(){const_msg='Enter here only when you click the cancel button!'Toast.create(_msg)console.log(_msg)}}})}}}</script><stylescoped>
.locais-main {}
.local {margin-bottom: 1em;}
.addressDetail {font-size: .75em!important;}
.labelConvenio {font-size: .95em!important;margin-top: 6px;}
.agemed {border: 1pxsolidred;height: 1.75em;}
.area-atuacao-main {margin-top: 1em;margin-bottom: 1em;}
.area-atuacao {font-size: .85em;font-style: italic;margin-bottom: .2em;}
.area-atuacao-icon {margin-right: 5px;}</style>
Thanks in advance for your help,
The text was updated successfully, but these errors were encountered:
xereda
changed the title
Card component flashes (blinking).
Card component flashes (blinking)
Nov 19, 2016
Hello,
I did some deploys with "Cordova" to see how the visual is behaving on its definitive operating systems. I found some inconsistencies, being that in this issue I will deal with the blinking card problem.
In iOS, when a collapsible element is closing, a blink occurs on the card. I made a video as app running inside an iPhone 5 with ios10.1):
http://sendvid.com/di9y63r3
To help debugging, I also did a simulation with "cordova run browser". And problems do not occur. Watch:
http://g.recordit.co/PexNBeijnY.gif
E) quasar code:
Thanks in advance for your help,
The text was updated successfully, but these errors were encountered: