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 在 Android 中刷新/重新加载活动/屏幕。如果在 PhoneGap 中不可能,我该如何在 JAVA 中做到这一点?
I donot know about PhoneGap. But in Java(Android) you can try this code -
startActivity(getIntent()); finish();