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.
如何在加载页面的同时显示 2 秒的图像?
public class MainActivity extends DroidGap { public void onCreate(Bundle savedInstanceState) { super.loadUrl(url) } }
我不想使用 splashScreen 插件或 js 插件。
像将其作为线程运行之类的东西。
因此,如果您不想使用 splashScreen 插件,我猜您正在使用可以利用图像的Loader Widget 。