*

MB Themes

Re: Double tap
« Reply #15 on: May 14, 2022, 06:11:17 PM »
Wish to have that hell device.
Will try emulate via safari or browserstack
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

MB Themes

Re: Double tap
« Reply #16 on: May 14, 2022, 06:22:20 PM »
On my first try it looks like browser issue.
I got double tap for making favorite, but if I click on item title, got redirected on first click.
Even the first tap on favorite button trigger hover effect, maybe would be worth to try with opacity = 1
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ivan Kataev

  • ***
  • 54 posts
Re: Double tap
« Reply #17 on: May 15, 2022, 08:46:01 AM »
On my first try it looks like browser issue.
I got double tap for making favorite, but if I click on item title, got redirected on first click.
Even the first tap on favorite button trigger hover effect, maybe would be worth to try with opacity = 1

Where should this be changed?

Marked as best answer by Ivan Kataev on May 16, 2022, 04:31:22 AM
*

MB Themes

Re: Double tap
« Reply #18 on: May 15, 2022, 08:59:11 PM »
@Ivan
Try following (it's made on demo already, you can test).

Open responsive.css and find this line:
Code: [Select]
@media screen and (max-width: 767px) {
Bellow it, add code:
Code: [Select]
  .simple-prod .img-wrap .switch-bars {display:block;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Ivan Kataev

  • ***
  • 54 posts
Re: Double tap
« Reply #19 on: May 16, 2022, 04:32:20 AM »
Thanks! Problem solved!

*

MB Themes

Re: Double tap
« Reply #20 on: May 16, 2022, 06:36:45 AM »
Glad to hear that  :)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slaven

  • ***
  • 81 posts
Re: Double tap
« Reply #21 on: May 17, 2022, 06:52:22 PM »
There's also a problem opening ads ... tested on most iPhones. You need to double-click on an ads to open it - why?



Yes, everything is fixed with the proposal to change responsive.css above ... great!
« Last Edit: May 17, 2022, 07:00:19 PM by alexborg »
Osclass

*

MB Themes

Re: Double tap
« Reply #22 on: May 17, 2022, 07:00:42 PM »
You are asking same question again that was already marked as solved.
Do not see point in that.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

slaven

  • ***
  • 81 posts
Re: Double tap
« Reply #23 on: May 17, 2022, 07:02:19 PM »
Sorry ... but the problem has been around for a long time. Thanks everyone!
Osclass

*

MB Themes

Re: Double tap
« Reply #24 on: May 17, 2022, 07:21:54 PM »
@Ivan
Try following (it's made on demo already, you can test).

Open responsive.css and find this line:
Code: [Select]
@media screen and (max-width: 767px) {
Bellow it, add code:
Code: [Select]
  .simple-prod .img-wrap .switch-bars {display:block;}
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots