Javascript not working on mobile but works on desktop

后端 未结 4 1002
名媛妹妹
名媛妹妹 2021-01-13 07:56

This works on a desktop browser, but not on my iOS mobile phone. I tried adding \'touchstart\' and looked at this post\'s solution to check how other\'s got it to work, but

4条回答
  •  渐次进展
    2021-01-13 08:37

    You have two options:

    1. Reset your mobile browser's history because your browser's cache reads the old source.
    2. Change the name of your source file in the desktop and refresh your page again.

提交回复
热议问题