简体   繁体   English

Cordova Appframework rangeslider,无法移动滑块

[英]Cordova Appframework rangeslider, can't move slider

I got a problem driving me nots. 我遇到了一个麻烦,让我没有。

I'm using Appframework 3.0 with Cordova, and trying to make some settings for my App. 我正在通过Cordova使用Appframework 3.0,并尝试为我的App进行一些设置。

<div id="slider">
        <form action="xxxxx.xxx" method="get">
        Points:
        <input type="range" name="minrange" min="20" max="100" step="1" value="45">
            </br>
        <input type="range" name="maxrange" min="20" max="100" step="1" value="55">
            <input type="button">
        </form>
</div>

The code above shows both sliders in my App, but I can't move them. 上面的代码显示了我的应用程序中的两个滑块,但是我无法移动它们。 Sliders doesn't seems to be a part of AppFramework. 滑块似乎并不是AppFramework的一部分。 So can anyone tell me why I can't move sliders? 那么谁能告诉我为什么我不能移动滑块?

Thanks in advance! 提前致谢!

Well I sorted out. 好吧,我整理了一下。

I still don't know why it doesn't work in a view (Appframework), but if I put a panel (Appframework) inside the view, it works like charm. 我仍然不知道为什么它在视图(Appframework)中不起作用,但是如果我将面板(Appframework)放在视图中,它的工作原理就像是魅力。

Hope this answer can help someone else. 希望这个答案可以帮助别人。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM