This is a migrated thread and some comments may be shown as answers.

Mobile Application: Cannot hide Address Bar

3 Answers 84 Views
Application
This is a migrated thread and some comments may be shown as answers.
BigzampanoXXl
Top achievements
Rank 1
BigzampanoXXl asked on 21 Jan 2020, 01:47 PM

Hello,

I cannot get working hiding the address bar for my mobile hybrid application on the mobile device (Samsung Galaxy S10).
See attached screenshot.

 

Here is my initialization code of the mobile application:

[code]

@(Html.Kendo().MobileApplication()
      .ServerNavigation(true)
      .Layout(Model)
      .HideAddressBar(true)        
      .Events(e => e.Init("onInitApplication"))
      .Transition("slide")
       .Skin("nova"))

[/code]

Any ideas what I do wrong. Is there any "workaround" to hide the address bar on the mobile device (iphone, android phones, ...)

Greetings

3 Answers, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 23 Jan 2020, 08:57 AM

Hello,

The hideAddressBar option is available only for iOS6: https://docs.telerik.com/kendo-ui/api/javascript/mobile/application/configuration/hideaddressbar

For other operating systems consider enabling native scrolling: https://docs.telerik.com/kendo-ui/api/javascript/mobile/application/configuration/usenativescrolling

 

Regards,
Ivan Danchev
Progress Telerik

Get quickly onboarded and successful with your Telerik UI for ASP.NET MVC with the dedicated Virtual Classroom technical training, available to all active customers.
0
BigzampanoXXl
Top achievements
Rank 1
answered on 28 Jan 2020, 12:26 PM

Hello,

thanks for reply.

I use now a much easier solution. I put the link from my Mobile Web Project as a shortcut on my android phone and the address bar is gone. The Android Web App runs the Project in fullscreen :)

Greetings

 

0
Ivan Danchev
Telerik team
answered on 30 Jan 2020, 09:37 AM

Hello,

Thank you for the follow up, I am glad you've found a suitable approach.

Regards,
Ivan Danchev
Progress Telerik

Get quickly onboarded and successful with your Telerik UI for ASP.NET MVC with the dedicated Virtual Classroom technical training, available to all active customers.
Tags
Application
Asked by
BigzampanoXXl
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
BigzampanoXXl
Top achievements
Rank 1
Share this question
or