0

I'm trying to show one public twitter profile in one WebView of my app, is not necessary to login twitter, in the MotoDev Simulator this works fine, but in the physical device don't work, this: "403 fobiden limite exceed rate" error appears, this is the simple code line that I'm using:

webView.loadUrl("https://mobile.twitter.com/#!/asambleaecuador");

and works fine into de MotoDev simulator AVD

....can somebody helpme please!!!

Thanks

4

1 回答 1

0

你想通了吗?

我只是想知道您为什么要尝试使用“https://mobile.twitter.com/#!/asambleaecuador”而不是简单地使用“https://mobile.twitter.com/asambleaecuador”。

无论如何,我只想说没有“MOTODEV 模拟器 AVD”,MOTODEV Studio 使用常规的 Android SDK 模拟器,没什么特别的。您面临的问题可能是由于 AVD 浏览器的底层实现与您的物理设备上的不同 - Android 设备有大量不同的浏览器实现。

于 2012-05-15T20:06:57.367 回答