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

Status bar overlays content after keyboard pops up

1 Answer 98 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gonzalo
Top achievements
Rank 1
Gonzalo asked on 14 Jun 2016, 08:20 PM

Hello, I'm having an issue with a Kendo mobile application running on Windows Phone.

I was able to replicate this with a brand new app using the Blank UI template.

The problem is that after the virtual keyboard pops up when the user clicks on an input field, the view content gets partially hidden by the status bar even after the keyboard is dismissed. Attached are a few screenshots of the issue, and below is the view's html:

 

<div data-role="view" data-title="Home View" data-layout="main" data-model="app.home" data-show="app.home.onShow" data-after-show="app.home.afterShow">
    <ul data-role="listview" data-type="inset">
        <li>
            <label>
                <span>Home Phone</span>
                <input type="text" />
            </label>
        </li>
        <li>
            <label>
                <span>Home Phone</span>
                <input type="text" />
            </label>
        </li>
        <li>
            <label>
                <span>Home Phone</span>
                <input type="text" />
            </label>
        </li>
        <li>
            <label>
                <span>Home Phone</span>
                <input type="email" />
            </label>
        </li>
        <li>
            <label>
                <span>Home Phone</span>
                <textarea></textarea>
            </label>
        </li>
    </ul>
</div>

How can I solve this?

1 Answer, 1 is accepted

Sort by
0
Accepted
Tsvetina
Telerik team
answered on 17 Jun 2016, 03:17 PM
Hi Gonzalo,

I replied in your support ticket about the same problem, but in case anyone encounters the same problem, the fix that usually works is to change the target Windows Phone SDK (project properties-> Windows Phone-> SDK Version) to 8.1 and re-deploying the app. 

I should note that the result from this fix can be observed only when the app is deployed directly on a device and not inside the companion app. 

Regards,
Tsvetina
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
Tags
General Discussion
Asked by
Gonzalo
Top achievements
Rank 1
Answers by
Tsvetina
Telerik team
Share this question
or