Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有什么方法可以在 phonegap 中制作自定义警报或弹出屏幕。实际上我想制作具有 3 行的警报(示例)。单击第一行时,它将显示该行的描述(通过扩展长度)。但是在单击第二行时,它将关闭第一行的描述并打开第二行的描述。
你能帮我么?
如果你只想显示一个警报,你可以只使用 JavaScript:alert();
对于自定义警报,您可以使用 SimpleModal 之类的插件:
http://simplemodal.plasm.it/
如果您需要高级自定义,可以尝试 ShadowBox:
http://www.shadowbox-js.com/