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.
我有一个问题iframe。它在包括 android 设备在内的所有浏览器中都可以正常工作。当它使用 phonegap 转换为 android 应用程序时,它不起作用。它也出现在整个屏幕上。任何人请建议。
iframe
savedInstanceState在函数内添加此代码
savedInstanceState
super.appView.setWebViewClient(new CordovaWebViewClient(this, super.appView) { @Override public boolean shouldOverrideUrlLoading(WebView view, String url) { return false; }
还在导入下方添加此代码
import android.webkit.WebView;
现在它正在工作......:(:(:(