Muse PreRelease to DPS 2015 | Community
Skip to main content
New Participant
November 10, 2015
Solved

Muse PreRelease to DPS 2015

  • November 10, 2015
  • 16 replies
  • 10976 views

Muse PreRelease to DPS 2015

I'm producing a muse page that is responsive so that it can be used in DPS 2015.

When I have an HTML article from muse placed in DPS it loads on iPad and phone great. But when I tap on the article the top menu does not show-up.

Is this a known issue?

I should add that other Muse 2015 html articles I have place in DPS 215 that are not responsive don't have this problem.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Neil_Enns_-_Ado

When this happens it is because your page is trapping the touch events so the viewer can't get them and react. You'll need to change your HTML so the javascript isn't capturing all the touch events. If you need to use touch events in your page you should integrate the DPS touch APIs.

Neil

16 replies

Neil_Enns_-_Ado
Employee
November 10, 2015

Yup!

Neil

SFS-DPSAuthor
New Participant
November 10, 2015
SFS-DPSAuthor
New Participant
November 10, 2015

Ok. I will have to find out how a non-coder like myself can do this in muse. I have asked on the Muse Forum also.

Neil_Enns_-_Ado
Employee
November 10, 2015

It means you have to write your Javascript code in a way that uses the APIs if you are attempting to use touch in your HTML. If you’re in Dreamweaver or Muse you’d need to include the APIs and then use them.

Neil

SFS-DPSAuthor
New Participant
November 10, 2015

"If you need to use touch events in your page you should integrate the DPS touch APIs"


Does this mean that these DPS API's need to be re-added in a program like Dreamweaver? This is not something I can do in muse?

Neil_Enns_-_Ado
Neil_Enns_-_AdoAccepted solution
Employee
November 10, 2015

When this happens it is because your page is trapping the touch events so the viewer can't get them and react. You'll need to change your HTML so the javascript isn't capturing all the touch events. If you need to use touch events in your page you should integrate the DPS touch APIs.

Neil