question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Button freezing on MD

See original GitHub issue

This is a (multiple allowed):

  • bug

  • enhancement

  • feature-discussion (RFC)

  • Framework7 Version: Framework7 2.2.5

  • Platform and Target: CORDOVA ANDROID.

What you did

Create left panel on app. Programming was not used, only the standard framework css. I used the panel of the template itself to create my model.

<div class="panel panel-left panel-cover theme-dark"> <div class="view"> <div class="page"> <div class="navbar"> <div class="navbar-inner"> <div class="title">Menu</div> </div> </div> <div class="page-content"> <div class="block"> <div class="list"> <ul> <li> <a href="/minha_conta/" class="item-content item-link"> <div class="item-inner"> <div class="item-title">Questionário</div> </div> </a> </li> <li> <a href="/relatorios/" class="item-content item-link"> <div class="item-inner"> <div class="item-title">Relatórios PDT</div> </div> </a> </li> <li> <a href="/solicitacoes/" class="item-content item-link"> <div class="item-inner"> <div class="item-title">Solicitações ERGO</div> </div> </a> </li> <li> <a href="/minha_conta/" class="item-content item-link"> <div class="item-inner"> <div class="item-title">Minha Conta</div> </div> </a> </li> </ul> </div> </div> </div> </div> </div> </div>

Expected Behavior

Ripple animated buttons using the MD standard

Actual Behavior

Button ripple animation on panel is “freezing”, not returning to the default state. Home buttom too.

localhost_3000_ galaxy s5 localhost_3000_ galaxy s5 1 localhost_3000_ galaxy s5 2

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:26 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
EriveltonMScommented, Jun 5, 2018

@l41lt0n , temporarily disable the ripple by changing the parameter in the app configuration

touch:{ materialRipple:false, }

with this the problem disappears, but the effect too.

0reactions
oleksandr-sovenkocommented, Jan 17, 2019

aah damn yes. might be. I noticed “twice initialization app.js” in my app too. And removed. … But now need to try remove now touch:{ materialRipple:false }. Thx.

I had twice initialized app.js, because I use webpack. But webpack add app.js automatically, plus I have app.js in my index.html template. That why I had twice initialized app.js.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Freezes on open any .md files when using unibody mode #3019
The windows freezes on open any .md files when using unibody mode, all buttons are not shown correctly. If start from start menu...
Read more >
Radio buttons freeze after some &#38
Hello, I have a problem when I associate a group of radio buttons with click events. I am using instructions like: $ (document)...
Read more >
UserForm Freezes after using Button - vba - Stack Overflow
I tried changing the public variable to a local variable and then changing validarInputs to a private function so inputsToValidate is ...
Read more >
Opening any Markdown file freezes IntelliJ IDEA - YouTrack
IDEA freezes and I have to kill process via process manager. Screenshot after creating markdown file: image.png. Screenshot from "Switch boot jdk dialog":...
Read more >
Windows 10 Computer Freezes and Becomes Unresponsive ...
Your browser can't play this video. Learn more. Switch camera.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found