Page 1 of 1

Display webview using AppInBrowser and keep navbar visible

Posted: Mon Apr 27, 2015 1:28 am
by Nicolas T

Hi. How can i display a webview using AppInBrowser and also keep the navision bar visible?
What i want to build : navbar with 4 items. Click on each item opens a webview with a specific url, but keeps the navbar open.
Thanks in advance


Display webview using AppInBrowser and keep navbar visible

Posted: Mon Apr 27, 2015 6:53 am
by Serhii Kulibaba

Hello Nicolas,

You can show your website on the app page: https://devcenter.appery.io/documenta...


Display webview using AppInBrowser and keep navbar visible

Posted: Tue May 05, 2015 5:24 am
by Nicolas T

Hi Sergiy,

thanks for the link, very helpful.

The problem is that on iphone iframes don't work (it's visible, but you can't scroll). It works well on android.
I tried the webviews here https://devcenter.appery.io/tutorials... = the window.open target _blank shows my website pretty well on both android and iphone, but i have no way to keep my navbar always visible.

Do you have an example with navbar always visible over the webviews? (or a way to customize the menu of the webview?

thanks in advance,

Nicolas


Display webview using AppInBrowser and keep navbar visible

Posted: Tue May 05, 2015 7:08 pm
by Serhii Kulibaba

When you use window.open app opens new browser window with website, so you can't add any menu here.

it's visible, but you can't scroll
Let's try change attribute overflow to

overflow:scroll;


Display webview using AppInBrowser and keep navbar visible

Posted: Tue Sep 22, 2015 8:33 am
by Akya singh

hello friends i have seen a good example here.

http://androidexample.com/Show_Loader...


Display webview using AppInBrowser and keep navbar visible

Posted: Mon Jun 05, 2017 2:09 am
by She

any update on this?


Display webview using AppInBrowser and keep navbar visible

Posted: Mon Jun 05, 2017 5:18 am
by Galyna Abramovych

Hello,

Could you please clarify what update is being expected?