JScript Button Does Not Work In iPhone

Asked By 20 points N/A Posted on -
qa-featured

I created a simple JScript button that is embedded in HTML that will play and embed music. It works fine on all kinds of devices but not in iPhone. What do you think I'll do to solve this problem.

Here is my JScript:

function FFFFSound(soundobj) {
var thissound= eval("document."+soundobj);
thissound.Play();
}

SHARE
Answered By 0 points N/A #110440

JScript Button Does Not Work In iPhone

qa-featured

Hello there!

Have you enabled your Javascript in your iPhone. Seeing your jscript, it should be fine though. If you did not yet enable your Javascript, here is how.

Go to your settings.

Select Safari.

Turn on your Javascript.

After that, do again your Javascript jscript and it should be fine then. 

Try to not embed to HTML. 

Thanks.

-Francis-

Related Questions