Friday, 13 November 2015
  6 Replies
  0.9K Visits
0
Votes
Undo
Hey there!

I have a question concerning the touch function of the Jevents Module with the mini calendar.
If I sweep down to scroll the page and the startpoint of the sweep is the calendar module, it switches to the next month. The Calendar module is the first element in the content section of the homepage. So, most likely by scrolling the page, I change the month. And its impossible to move the finger in a perfect vertical movement. Every little deviation changes the month.

Is it possible to disable the touch funtion of the module?

Greetings
FWalker
9 years ago
·
#160009
0
Votes
Undo
I believe this is sorted in JEvents 3.4.x - which version are you using?

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

9 years ago
·
#160010
0
Votes
Undo
Oh yeah...its 3.4.x ...!
9 years ago
·
#160011
0
Votes
Undo
which theme/layout? What sort of touch device?

Please confirm you do not have a template override in place for the module

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

9 years ago
·
#160012
0
Votes
Undo
The "flat" and the devices I`ve tested with were a LG G4s and a Samsung S5 mini.
9 years ago
·
#160013
0
Votes
Undo
I changed following:
if (distX > 10)
{
if (linkprevious) callNavigation(linkprevious);
evt.preventDefault();
}
else if (distX < -10)
{
if (linknext) callNavigation(linknext);
evt.preventDefault();
}

to:

if (distX > 80)
{
if (linkprevious) callNavigation(linkprevious);
evt.preventDefault();
}
else if (distX < -80)
{
if (linknext) callNavigation(linknext);
evt.preventDefault();
}

and now it seems to don`t be so extremly sensitive any more.
But I´m not sure if this is the right way... I´m pretty weak with javascript oO
9 years ago
·
#160014
0
Votes
Undo
We can look at making the condition less sensitive but also need to be able to allow the mini-calendar navigation to work using the touch interface too.

I'm wondering if the issue is with your site/template. Can you try the JEvents Demo site e.g. http://www.jeventsdemo.net/all-events and see if you see the same behaviour there - you can switch the layout using the layout switching module on the page to 'flat'

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.

Members Area

Show your support

Unlike many Joomla calendars we do not charge to download JEvents - please show your support for this project by becoming a member of the JEvents Club Club members get access to early releases, exclusive member support forums, and Silver and Gold members can use many exciting JEvents addons

Your membership will ensure that JEvents continues to be the best events calendar for Joomla.