Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9074451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T18:38:19+00:00 2026-06-16T18:38:19+00:00

I have an application built in Html5 and wrapped in PhoneGap for Android I

  • 0

I have an application built in Html5 and wrapped in PhoneGap for Android

I have an auto-complete input

On a computer auto-complete input works great!

In SmartPhone, the auto-complete works only after you make space on the Input

(If write numbers first – works! If letters – works only after space)

Why?

JS code:

//Run in document.ready
function AutoComplete() {
    List = $.map(data.XXX, function (item) {
                return {
                    label: item.X,
                    value: item.XX
                };

            });
    $("#MyInput").autocomplete({
                source: List,
                link: '#',
                target: $('#MyList'),
                minLength: 1
            });

   }

HTML:

The input:

 <input id="MyInput" type="text" 
                placeholder="XXX"  />

The List:

  <ul id="MyList" data-role="listview" data-inset="true"> </ul>
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T18:38:21+00:00Added an answer on June 16, 2026 at 6:38 pm

    ‘oninput’ event in the input, ran the following function:

    function RefreshAutoComplete(elm) {
        elm.keyup();
        elm.focus();
    }
    

    I run the auto complete manually, and it works

    Thank you all for the help

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application built in Html5 and wrapped in PhoneGap for Android I
I have an application built in html5 and wrapped in phoneGap, by pressing the
I have an application built in html5 and phonegap for android, by pressing the
I have an application built in html5 and phonegap for android, by pressing the
I have an application built in Html5 and wrapped in PhoneGap. In my application
I have an application built with Html5 and PhoneGap. how can I know (in
I have an app built in HTML5 and wrapped in PhoneGap .. I want
Possible Duplicate: phonegap - splash screen for Android app I have an application built
So I have a client application built using HTML5 and JavaScript. My application invokes
I have an application built that works like a form, it takes four fields

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.