日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

cordova插件InAppBrowser在iPhone上顯示url和Do

系統 2581 0
I am currently building a News Aggregator App and I am using InAppBrowser for people to read the articles. Now, my questions is:
Can I remove the URL and Navigation Bar?
Also, can I change the "Done" button text?



cordova插件InAppBrowser在iPhone上顯示url和Done、Back/Forward鍵的問題

To remove the URL, just set the location option to "no".
    
var ref = window.open('http://apache.org', '_blank', 'location=no');

  


Recent versions of Cordova/PhoneGap now allow you to change the 'Done' button text by adding a 'closebuttoncaption' option.
    
var ref = window.open('http://apache.org', '_blank', 'closebuttoncaption=My Button Name');

  


As danw mentioned, you can now also remove the entire toolbar by setting the 'toolbar' option to "no".
    
var ref = window.open('http://apache.org', '_blank', 'toolbar=no');

  


However, removing the toolbar means both the 'Back/Forward' buttons and the 'Done' button will no longer show. This makes it difficult to exit out of the InAppBrowser.

If you want to keep the 'Done' button, but get rid of the 'Back/Forward' buttons in all of your InAppBrowsers, you can modify the source code for the InAppBrowser plugin as follows.

For iOS, open the following file
    
YOURAPPNAME/platforms/ios/YOURAPPNAME/Plugins/org.apache.cordova.inappbrowser/src/ios/CDVInAppBrowser.m

  


and change the following line of code from:
    
[self.toolbar setItems:@[self.closeButton, flexibleSpaceButton, self.backButton, fixedSpaceButton, self.forwardButton]];

  

to:
    
[self.toolbar setItems:@[self.closeButton, flexibleSpaceButton]];

  


Then build your project again using the command line.

InAppBrowser官網詳解:
http://cordova.apache.org/docs/en/3.3.0/cordova_inappbrowser_inappbrowser.md.html

cordova插件InAppBrowser在iPhone上顯示url和Done、Back/Forward鍵的問題


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 海门市| 海伦市| 东平县| 磐石市| 青冈县| 朝阳区| 永宁县| 普宁市| 张北县| 曲麻莱县| 资溪县| 赞皇县| 芦溪县| 张家港市| 山丹县| 五大连池市| 漳浦县| 泊头市| 商都县| 河南省| 防城港市| 正宁县| 科技| 岫岩| 乌鲁木齐县| 锡林郭勒盟| 宁陵县| 宣化县| 嵩明县| 贵港市| 莱阳市| 普洱| 浦县| 平陆县| 岑溪市| 特克斯县| 桑日县| 仙桃市| 吐鲁番市| 永城市| 峨眉山市|