【问题标题】:How to customize the styles of the page in InAppBrowser如何在 InAppBrowser 中自定义页面样式
【发布时间】:2015-01-16 19:56:09
【问题描述】:

我使用Cordova InAppBrowser Plugin 显示页面。

是否可以在 InAppBrowser 中更改页面样式?

【问题讨论】:

    标签: android ios cordova cordova-plugins inappbrowser


    【解决方案1】:

    是的,可以通过insertCSSlike来完成

    var ref = window.open(...);
    ref.insertCSS(details, callback);
    

    其中详细信息是样式表的 URL 或要注入的实际文本 (CSS)。插入样式后调用回调。

    【讨论】:

    • 我如何知道要修改哪些 css 类?并不是说我想改变 InAppBrowser 的外观而不是它的内容!
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2022-08-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-04-08
    • 1970-01-01
    相关资源
    最近更新 更多