菜鸟教程小白 发表于 2022-12-12 11:42:56

android - FullCalendar 2.1.x 与触控设备的兼容性


                                            <p><p>我想知道如何使它与触控设备(iPad、Windows phone、android)兼容 Full Calendar Version 2.1.x。 </p>

<p>我使用 iPad 的 jquery UI hack 为旧版本找到了几种解决方案(jQuery UI Touch Punch 0.2.3),但它不起作用。</p>

<p>Adamfuture 版本对触控设备的支持将是惊人的! </p>

<p>感谢您的帮助。</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>我们遇到了同样的问题,最终我放弃了 <a href="http://touchpunch.furf.com/" rel="noreferrer noopener nofollow">touch punch</a>并尝试了我在这里找到的另一个插件:<a href="https://github.com/joshgerdes/jquery.ui.touch" rel="noreferrer noopener nofollow">https://github.com/joshgerdes/jquery.ui.touch</a> .</p>

<p>随着:</p>

<p><code>eventAfterRender: function(event, element) {
   element.addTouch();
}</code></p>

<p>这似乎解决了最新版本的全日历(“~2.x”)的拖放问题。</p>

<p>希望这会有所帮助。</p></p>
                                   
                                                <p style="font-size: 20px;">关于android - FullCalendar 2.1.x 与触控设备的兼容性,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/25709402/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/25709402/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: android - FullCalendar 2.1.x 与触控设备的兼容性