Rank: Member
Joined: 6/26/2009 Posts: 2 Points: 6 Location: Riga, Latvia
|
When typing search phrase in iPhone and pressing button 'Search' (if I remember correctly the button is 'Search' - I don't have iPhone right now) on virtual keyboard, text like this is displayed on screen:
{"ApplicationHTML":"%3cdiv+class%3d%22head%22%3e%3cul%3e%3cli%3e%3ch2+id%3d%22curr_loc%22%3eDemo%3c%2fh2%3e%3c%2fli%3e%3cli+class%3d%22links%22%3e%3ca+href%3d%22medefault.aspx%22+class%3d%22home%22%3e%3cimg+src%3d%22%2f_layouts%2fimages%2fEntreeServer%2finc%2fhome.png%22+%2f%3e%3c%2fa%3e%3c%2fli%3e%3c%2ful%3e%3c%2fdiv%3e% ...........
But if button 'Done' (again - if I remenber correctly) is pressed on virtual keyboard and afterwards button 'Search' in Mobile Entree application, then search works.
You can repeat this also on Safari desktop browser with iPhone user agent - type search phrase and press ENTER (instead of pressing Search button using mouse).
Martins
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 261 Points: 354 Location: VA
|
Thanks for the note Martins. I have recreated it and will post it to the known issues.
We will look into it and hopefully have a solution shortly.
|
 Rank: ME Staff
Joined: 1/12/2009 Posts: 261 Points: 354 Location: VA
|
We have made a fix and are testing the build. The bug was that if the form was submitted outside our AJAX request system, the page would just load the JSON response from the server. To fix it, we added "onsubmit='return false'" to the form. You will not be able to click the "Search" or "Go" button from the keyboard, but it will not break and return a bunch of garbage.
[Edit] This fix has now been implemented and can be downloaded and installed via the trial.
|