By Mike Griffin on Friday, 23 September 2022
Posted in Native Mobile App
Replies 3
Likes 0
Views 521
Votes 0
Hi, we currently have a few pages that use webview with navigation bar turned off. The problem we having now is it shows the Native app menu which is correct but it is also showing the the top website menu as well. Is there a way to not show the website menu?
Hi Mike,

At the moment there isn't really a way to achieve this. The Navigation bar in your webview is shown based of your website setting rather than the Native App setting.

To make this possible we have to do quite a bit of changes in the Web app and Native app.
This kind of request would be considered a customisation work.

Which we will quote you a price accordingly .


regards,
Hasif
·
Friday, 23 September 2022 11:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Hasif,

what if we add custom CSS to EasySocial that removes the topbar when webview is detected as it would be a different browser type?

That would mean no Native app changes at all and just some css.

something like this:

.is-webview .view-registration .office-logo-section__item {
display: none;
}
·
Friday, 23 September 2022 12:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mike

Yes that would part of the implementation, some changes in the css

But on top that to name a few, we also need to actually code the logic to differentiate whether the website it is currently being called from the Webview or desktop browser to trigger the css changes.

We also need to add a setting button to make this feature as options which will definitely requires changes on both end. Because other user might not prefer this as a their default.

These are just to name few of the changes I can think at the moment, but really the complexity of this feature really lies in the implementation it self and ensuring it doesn't break other part of the app.

If you think is a good idea and would greatly benefit the community as whole, I would highly recommend you to post this in our Feature Request
https://stackideas.com/voices/esnative


We will definite take it into consideration if this gain a lot of traction/interest from the community.

regards,
Hasif
·
Friday, 23 September 2022 15:32
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post