This version of the documentation is under development!
Click here for the latest released version.
黑莓 10 配置
config.xml
檔控制應用於每個應用程式和 CordovaWebView 實例的應用程式的基本設置。 僅適用于黑莓 10 此節的詳細資訊偏好生成。 有關全域配置選項的資訊,請參閱 config.xml 檔。
ChildBrowser
(disable
或預設的enable
): 禁用兒童瀏覽器視窗。 預設情況下,應用程式啟動一個輔助瀏覽器視窗以顯示資源通過訪問window.open()
或通過指定_blank
錨點目標。 指定disable
重寫此預設行為。<preference name="ChildBrowser" value="disable"/>
PopupBlocker
(enable
或預設的disable
): 啟用快顯視窗阻止程式,這樣可以防止對調用window.open()
。 預設情況下,快顯視窗在兒童瀏覽器視窗中顯示。 將首選項設置為enable
防止它顯示在所有。<preference name="PopupBlocker" value="enable"/>
WebSecurity
(disable
或預設的enable
): 設置為disable
重寫 web 安全設置,允許訪問遠端內容從未知的來源。 此首選項的目的是作為發展方便只,所以之前將它刪除包裝分佈的應用程式。 發佈應用程式,所有 Uri 都應已知和白名單使用<access>
元素,域白名單指南中所述。<preference name="WebSecurity" value="disable"/>