Giter VIP home page Giter VIP logo

Comments (5)

ganxun1 avatar ganxun1 commented on July 27, 2024

在Controller中使用onrender()渲染页面时需要使用转场效果,例如使用doRender("view", ['push','left']);这样就不会出险view覆盖和重叠的问题。具体转场效果请参考 《step4_API_Documentation.md》中transition部分

from cloudajs.

shanewei avatar shanewei commented on July 27, 2024

在Chrome打开则不会覆盖和重叠,但是用firefox打开就会覆盖和重叠。

from cloudajs.

speedFeng avatar speedFeng commented on July 27, 2024

@ganxun1 @shanewei 我是在chrome中测试发现的!! 我在controller的转场中使用了push,left的方式 是不出现覆盖的情况! 但是相应的 view在右侧出现了! 底部出现了滑动跳!body宽度成了浏览器的两倍 !
我已经把工程部署到bae上面了! 域名: myfriday.duapp.com !
提供测试帐号: 湖北 随州职业技术学院 2012-2013 第二学期
复现方式 :当进入第三个页面的时候 底部出现滑动条

from cloudajs.

ganxun1 avatar ganxun1 commented on July 27, 2024

在Clouda官网(http://cloudajs.org)FAQ文档中有详细的解决方法,在CSS中添加下面代码
.wrap{
overflow-x: hidden;
}

from cloudajs.

tongyao avatar tongyao commented on July 27, 2024

update: 请使用或升级到最新版本即可

from cloudajs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.