You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
When using the following HTML code for user input, there is many unexpected delays.
-Usually delay in allowing the user to enter text
-A delay in moving between fields sometimes jumping
-If the user goes to a field and enters text to quick it stops them entering it atoll
The most president problem is the delay in allowing the user to type text which 9/10 times occurs.
The code we are using for the form is (home.html):
Which calls the javascript function that has the followling lines of code:
bb.init(); bb.pushScreen('home.html', 'FormPersonal');}
When removing <rim:navigation mode="focus" /> the delay doesn't happen. but we require focus to make the UI more user friendly.
We have tried many different ways and still cant seem to solve this delay.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Device: Blackberry Bold 9780
Version: 6.0
When using the following HTML code for user input, there is many unexpected delays.
-Usually delay in allowing the user to enter text
-A delay in moving between fields sometimes jumping
-If the user goes to a field and enters text to quick it stops them entering it atoll
The most president problem is the delay in allowing the user to type text which 9/10 times occurs.
The code we are using for the form is (home.html):
The main page which loads it head file looks like
And the body just simply
Which calls the javascript function that has the followling lines of code:
bb.init(); bb.pushScreen('home.html', 'FormPersonal');}
When removing <rim:navigation mode="focus" /> the delay doesn't happen. but we require focus to make the UI more user friendly.
We have tried many different ways and still cant seem to solve this delay.
The text was updated successfully, but these errors were encountered: