Nicolas T
Posts: 0
Joined: Mon Apr 27, 2015 1:28 am

Display webview using AppInBrowser and keep navbar visible

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Display webview using AppInBrowser and keep navbar visible

Hello Nicolas,

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

Nicolas T
Posts: 0
Joined: Mon Apr 27, 2015 1:28 am

Display webview using AppInBrowser and keep navbar visible

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Display webview using AppInBrowser and keep navbar visible

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;

Akya singh
Posts: 0
Joined: Tue Sep 22, 2015 8:33 am

Display webview using AppInBrowser and keep navbar visible

hello friends i have seen a good example here.

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

She
Posts: 0
Joined: Wed Oct 08, 2014 12:46 am

Display webview using AppInBrowser and keep navbar visible

any update on this?

Galyna Abramovych
Site Admin
Posts: 84
Joined: Tue Mar 22, 2016 6:03 pm

Display webview using AppInBrowser and keep navbar visible

Hello,

Could you please clarify what update is being expected?

Return to “Issues”