wow.
Noted

On Thu, Sep 19, 2019 at 6:18 AM Massimo Di Pierro <
massimo.dipie...@gmail.com> wrote:

> https://forum.playcanvas.com/t/hiding-address-bar-in-mobile/5310
>
> On Tuesday, 17 September 2019 23:40:21 UTC-7, Maurice Waka wrote:
>>
>> Hello
>> I'm testing my app on mobile sites and noticed that the address bad
>> messes up the screen estate when going mobile.
>> I'd like to auto-hide it as soon as a user logs in.
>> Tried these below but noted that the address bar does not disappear form
>> the screen. I want the app to go full screen on mobile browser.
>>
>> <style type="text/css">
>>   html, body {margin: 0; height: 100%; overflow: hidden}</style>
>>
>> <script type="text/javascript">
>>     $(function() {
>>         $(window).scrollTo(0,1);
>>     }</script>
>>
>> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to a topic in the
> Google Groups "web2py-users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/web2py/xQOgZh9urrk/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> web2py+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/web2py/f3fc9eb0-c651-4983-887a-dc0002f94d04%40googlegroups.com
> <https://groups.google.com/d/msgid/web2py/f3fc9eb0-c651-4983-887a-dc0002f94d04%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/CALkNK54MOzFs32809q%3DohxDB8ZzyzG9t4MQ9MHr6F1_YesY7FQ%40mail.gmail.com.

Reply via email to