English 中文(简体)
roid积问题
原标题:android scroll issues locking up browser

我有一页,内容部分本应可以滚动,但当看看任何和roid的非洲顾问,就会锁上浏览器。 我在这里开一个试页,以便你能够看到我所说的话。

rel=“nofollow” http://www.fspt.org/mdportal/test.html

并且,如果你太长时间被迫去上页和看病源,这里是来文方的轴心:

http://www.fspt.org/mdportal/test.txt

the content section is the names part of the page and is generated with this CSS

#nextsection
{
width: 450px;
height: 335px;
text-align: left;
border: 0px;
padding: 0;
margin: 0 auto;
margin-top: 0px;
overflow:auto;
}

我本会认为,过度流入:一个马普托本会关注局势,但不管我做些什么,都不会有滚动障碍,而在这个章节中,这种滚动会lock。 如果看见SOS装置的网页,你可以使用两台电动器进行滚动,但当看上去的是甲状腺时,就没有。

您也可以注意到与roid泥 j有关的一些问题。 那里得到的任何帮助也受到赞赏,尽管这可能更适合不同的问题。

感谢任何帮助。 预先感谢。

问题回答

这可能与以下已知的滚动问题有关::http://code.google.com/p/android/issues/detail?id=2118。 您不妨执行自己的滚动,这里有几个例子:。 How to Programmatically Scroll Anders WebView





相关问题
Android - ListView fling gesture triggers context menu

I m relatively new to Android development. I m developing an app with a ListView. I ve followed the info in #1338475 and have my app recognizing the fling gesture, but after the gesture is complete, ...

AsyncTask and error handling on Android

I m converting my code from using Handler to AsyncTask. The latter is great at what it does - asynchronous updates and handling of results in the main UI thread. What s unclear to me is how to handle ...

Android intent filter for a particular file extension?

I want to be able to download a file with a particular extension from the net, and have it passed to my application to deal with it, but I haven t been able to figure out the intent filter. The ...

Android & Web: What is the equivalent style for the web?

I am quite impressed by the workflow I follow when developing Android applications: Define a layout in an xml file and then write all the code in a code-behind style. Is there an equivalent style for ...

TiledLayer equivalent in Android [duplicate]

To draw landscapes, backgrounds with patterns etc, we used TiledLayer in J2ME. Is there an android counterpart for that. Does android provide an option to set such tiled patterns in the layout XML?

Using Repo with Msysgit

When following the Android Open Source Project instructions on installing repo for use with Git, after running the repo init command, I run into this error: /c/Users/Andrew Rabon/bin/repo: line ...

Android "single top" launch mode and onNewIntent method

I read in the Android documentation that by setting my Activity s launchMode property to singleTop OR by adding the FLAG_ACTIVITY_SINGLE_TOP flag to my Intent, that calling startActivity(intent) would ...

From Web Development to Android Development

I have pretty good skills in PHP , Mysql and Javascript for a junior developer. If I wanted to try my hand as Android Development do you think I might find it tough ? Also what new languages would I ...

热门标签