Selection lists does not not on Android FF but work on default browser

Hi, hoping for help

Building an online game site that I'd like to work on the mobile and the PC without different versions.

I find that the selection lists do not open on FF Android or iOS FF-mobile, even if they work fine in the default browser Android and chrome. Could someone help me debug this, or is this a problem in FF?

Page URL: http://www.HoldingTheBall.com/clubroom.php?logon=1
To test: load the URL, click on the image of the Guernsey on the middle right, and then try to use one of the selection lists.
Features of the page: HTML4, CSS, JS, Jquery, Jquery ui, Jquery-touch-punch (by drag and drop on mobile)

Any suggestions would be greatly appreciated!

There is no such thing as Firefox iOS. There is Firefox at home, who would have bookmarks Firefox Sync and the history of your iOS device. All the browsers on iOS are based on the iOS stock Safari Webkit.

That being said on Firefox for Android that I see the behavior you mention. Is it still a question if you disable the div dragging?

Tags: Firefox App

Similar Questions

  • arrow of the selection list does not work

    Run version 4.2 against database 11g.

    On one of my pages none of my page selection point lists are working properly.  When clicking on the arrow at the end of the selection in the list list does not open, but if you click within the field where the text is displayed, it will open.  I tried IE and Firefox and the result is the same on both browsers.  If anyone has seen this behavior before?

    After putting a few more space between list boxes, the problem solved.  I guess even if visually there is space between them, it was somehow a kind of overlap.

  • Server behavior select list does not

    I was finally able to find my CC Dreamweaver server behaviors after losing nearly 2 weeks of productivity. Adobe really dropped the ball on the removal of this widely used feature. In any case, now that I have this feature back all my work server behavior EXCEPT my behavior select dynamic list that has worked very well in Dreamweaver CS5.5. Everything I do is a client code of reading a table customers in a MySQL database and using this code to a code from the customer table to display all the codes/descriptions, highlighting what is the code for the current customer. On this update form the user can then select a new code that will update the customer record in the customer table. It's pretty simple and I know how do it. However, it does not work in Dreamweaver CC. The only difference in my CS5.5 version and the new version of CC, it is that I do my sensitive site, <! doctype html >, bootstrap.css and www.w3schools.com/lib/w3.css. That none should make a difference. All my other server (text, radio button) behavior work fine in Dreamweaver CC. HELP!

    The server behaviors have been removed for a good reason. Does not work the code they generate in PHP 7, which is scheduled to be released next week. Or it will work in many sites running PHP 5.5 or 5.6 because some hosts have disabled the original functions of mysql in PHP.

    You can make a strong argument for Adobe update server behaviors to work with MySQLi or PDO (a lot of people already have), but you are living on borrowed time if you continue to rely on the old server behaviors. Even if Adobe has created versions updates tomorrow, server behaviors, you will still need to recode all of your pages because the code in the server behaviors cannot be easily replaced.

  • DA to select list does not work

    Hi friends,

    I have a two of my form fields.

    person ID < li >
    < li > manager name (selection list)

    I gave a value for the id of the person as '270' by default. So I need to write a dynamic action so that he'll be looking for the name of Manager according to the id of the person '270'.

    As my manager name is a type of list, select, I gave the following query in the definition of LOV from this point of
    select papf.full_name d, papf.person_id r
    from per_all_people_f papf,
         per_all_assignments_f paaf,
         per_all_people_f supf, hr_all_positions_f hapf, hr_all_organization_units haou
    where papf.business_group_id = 216  
    and papf.person_id = paaf.person_id and hapf.position_id=paaf.position_id and haou.organization_id=paaf.organization_id
    and  NVL(paaf.supervisor_id, papf.person_id) = supf.person_id
    and sysdate between papf.effective_start_date and papf.effective_end_date
    and sysdate between paaf.effective_start_date and paaf.effective_end_date
    and sysdate between supf.effective_start_date and supf.effective_end_date
    and sysdate between hapf.effective_start_date and hapf.effective_end_date
    and papf.person_type_id = 5145 
    order by 1   
    It comes from the DA, I wrote for the column id of person.

    For the real action, I gave as "Set value" and gave the following query
    select supf.full_name
    from per_all_people_f papf,
         per_all_assignments_f paaf,
         per_all_people_f supf, hr_all_positions_f hapf, hr_all_organization_units haou
    where papf.business_group_id = 216  
    and papf.person_id = paaf.person_id and hapf.position_id=paaf.position_id and haou.organization_id=paaf.organization_id
    and  NVL(paaf.supervisor_id, papf.person_id) = supf.person_id
    and sysdate between papf.effective_start_date and papf.effective_end_date
    and sysdate between paaf.effective_start_date and paaf.effective_end_date
    and sysdate between supf.effective_start_date and supf.effective_end_date
    and sysdate between hapf.effective_start_date and hapf.effective_end_date
    and papf.person_type_id = 5145 and papf.person_id = :P6_PERSON_ID
    Article submit page: P6_PERSON_ID

    Affected item: P6_MANAGER_NAME.

    Shortly after the loading of the page, the field of the crib should display the name of the Manager for the LOV '270' value that is in the element id of person. But it does not show the name in the selection list item.


    Suppose that, if the Manager's name is in "view only" means that it works, but if the manager name field is in LOV means, it does not fetch the value and it displays only the display null value in this area.

    I don't know why him DA does not work if the field is in LOV.

    Brgds,
    Mini

    Hey Mini,

    a page of type element "select list" always stores the return value (second column of your LOV) in the page element. So in your case, you actually rename the element of your page to P6_MANAGER_ID (to take into account that this is an ID) and change your 'Set Value' query for the papf.person_id

    Concerning
    Patrick
    -----------
    My Blog: http://www.inside-oracle-apex.com
    APEX Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • NVL selection list does not not on the place where clause in query

    Ok. APEX 4.2...

    Im having problems with my selection lists and NULL values... I see that it has come time and time again...

    I have a tabular presentation, with a query based on a selection list.  The selection list has the ability to '- Show All -'... The value of the selection list is a number, and the display is words...  (for reference the LOV query is: select status, batch from pmt_stat_lookup by 1)

    Initially I had problems with null and invalid numbers like ' display Null = 'Yes' and the problem of null % ', so have used the code in this blog to remove the NULL values... Display Null = & amp; #34; Yes & amp; #34; and the problem of null % | Inside Oracle APEX by Patrick Wolf

    Then in the application of my report, I have a where clause clause that checks the value of the selection list... WHERE batch = nvl(:P11_STATUS_SELECT,STATUS_ID)

    everything works almost fine, and I can choose a status, or I choose - see the All-, but the query will not include the lines where the State is null.

    (I also see that maybe I should be, use the case statement instead of the NVL on where clause, but not sure of the syntax. In addition, NVL was used somewhat in the different reports in the application...)

    For reference, the code of the old blog that I as a process page is:

    BEGIN

    FOR rItem IN

    (SELECT NOM_ELEMENT

    OF APEX_APPLICATION_PAGE_ITEMS

    WHERE APPLICATION_ID = TO_NUMBER(:APP_ID)

    AND PAGE_ID IN (TO_NUMBER(:APP_PAGE_ID), 0)

    AND LOV_DISPLAY_NULL = 'Yes'

    AND LOV_DEFINITION IS NOT NULL

    -change here

    AND LOV_NULL_VALUE = '% null | '%'

    )

    LOOP

    IF V (rItem.ITEM_NAME) = "% null | '%'

    THEN

    Apex_Util.set_session_state (rItem.ITEM_NAME, NULL);

    END IF;

    END LOOP;

    END;

    Thank you very much

    Richard

    Richard,

    Perhaps this example can help you solve your problem.

    https://Apex.Oracle.com/pls/Apex/f?p=63838:2

    Jeff

  • Cascading selection lists - does not

    I'm trying to implement the Ajax solution cascading select list of Denes Kubicek.
    [http://apex.oracle.com/pls/otn/f?p=31517:119]
    But something is wrong with my configuration.

    I created all the pieces, but for some reason it is like the
    Attribute of the HTML form element defined on my point P3_emp_dept is not called.
    OnChange = "get_select_list_xml1 (This, 'P3_emp_name');

    The two elements of P3_emp_dept and P3_emp_name selection list are defined as "Select generic list".
    For the Source, I tried the two "Always" and the "only when... sucks.
    Source type is defined as the "column of the database" P3_emp_dept and P3_emp_name respectively.

    When you fill out a blank page after choosing the P3_emp_dept, the P3_emp_name
    selection list is empty.

    When you change an existing record, if a different value is chosen for P3_emp_dept,
    the selection list for P3_emp_name still shows in the former Department employees.

    Any ideas?
    Thank you, Sue

    Sue:

    The second parameter to the function 'get_select_list_xml1' must be the name of the selection list that displays the names of the employees.
    Modify the call to this function for the 'Exchange' event handler declared to the selection list.

    onchange="get_select_list_xml1(this,'P3_EMP_NAME');"
    

    CITY

  • Location does not non-Western languages, but works for the East and Asia... Help!

    Hello

    My specs are:

    -Windows XP SP3 with all languages and fonts installed (including Asian languages).

    -Eclipse build IDE-20100218-1602

    -BlackBerry Java Plugin Version: 1.1.2.201004161203 - 16

    -BlackBerry Java SDK Version: 5.0.0.25

    I created the .rrh and .rrc files, as explained in the documentation of Blackberry and switch languages according to the language selected devices.

    HOWEVER, the files real DRR refuse to understand accents French, German, Hungarian, Italian, Spanish or Portuguese.

    The trouble is that it accepts English, Greek, Russian, Chinese, Korean, Turkish, Romanians alphabets/characters.

    All files of the RRC have the UTF-8 format. (He played with different formats, just in case, but made no difference)

    I tried different ways to import the translated text, but the rrc files convert still accents such as u, e, e, a, o, n, e in question marks as it fails to convert their UTF-8 format \uxxxx.

    Around her, the only way is to provide these accents in UTF-8 format \uxxxx. For the moment, it looks like I'll have to replace all the accents broken by their equivalent before UTF-8 format enter the CRR file which is something the CRR file should have done itself.

    Is there a bug in the plugin BlackBerry or I do something wrong?

    Help, please.

    possibility one)

    Copy the text in the resource editor, this should keep all of the special characters.

    only works line by line

    (b)

    copy the full text of prbeditor, to convert special characters in unicode notation

    (c)

    write a utility java desktop to perform the conversion

  • Drop-down list does not appear selected value

    Hello

    I have a problem. The output of a query results page. There are 2 fields must be updated: scholarshipID and amount. I want to update my request at a time. My dynamic drop-down list does not appear selected value. The value is there, but it does not recognize in the drop-down list. I could not find the error. My code is below, so please help...

    < name cfquery = "getStudentsData" datasource = "#application. DSN #">"
    Select StudentID, fname, lname, GPA, Tbl_Students.ID, ScholarshipID, rise, Tbl_StudentsScholar.ID as the SSID, AwardStatus
    of Tbl_Students, Tbl_ApplyYear, Tbl_EduBckgrnd, Tbl_StudentsScholar
    where Tbl_Students.ApplyYr = Tbl_ApplyYear.id
    and Tbl_Students.id = Tbl_EduBckgrnd.SID
    and Tbl_Students.ID = Tbl_StudentsScholar.SID
    and ApplyYear = 1
    and steps = 7
    order by studentid
    < / cfquery >

    < name cfquery = "getScholarship" datasource = "#application. DSN #">"
    Select AcctNum, scholarship, Tbl_Scholarships.id, Code
    of Tbl_Scholarships, Tbl_DistCode
    where Tbl_Scholarships.DistCode = Tbl_DistCode.id
    AcctNum order
    < / cfquery >

    < cfparam name = 'X' default '0' = >
    < cfparam name = default "CounterX" = "0" >

    <!--get scholarship-->

    < cfif getStudentsDataRet.RecordCount eq 0 >
    < class p 'paragraph' = > No Records Found < /p >
    < class p = "pageheight" > < / p >
    < class p = "pageheight" > < / p >
    < cfelse >


    < class p = "submitmessage" > records found - < cfoutput > #getStudentsDataRet.Recordcount # < / cfoutput > < / p >
    < table width = "98%" border = "1" cellpadding = "3" cellspacing = "0" style = "" border-collapse: collapse "bordercolor ="#000000"align ="center">"
    < class tr = "steptext2" bgcolor = "#999999" align = "center" >
    < td width = "10%" > Student ID < table >
    < td width = "9%" > name < table >
    < td width = "9%" > name < table >
    < td width = "5%" > GPA Cum < table >
    < td width = "5%" > account # < table >
    < td width = "5%" > < table > amount
    < td width = "20%" > account # | Dist Code | Scholarship name < table >
    < /tr >

    < do action = "updateAward.cfm" method = "post" name = "AwardForm" > "
    < cfoutput query = "getStudentsDataRet" >
    < cfif eq x 0 and x neq getStudentsDataRet.recordcount >
    < cfset x = 1 >
    < cfelseif x neq (getStudentsDataRet.recordcount + 1) >
    < cfset x = x + 1 >
    < / cfif >
    < class = "paragraph" tr >
    < td > #StudentID # < table >
    < td > #lname # < table >
    < td > #fname # < table >
    < td > #GPA # < table >


    < cfif AwardStatus eq 2 >
    < name cfquery = "getStudentsScholar" datasource = "#application. DSN #">"
    Select Code, Tbl_Scholarships.id, AcctNum, scholarships
    of Tbl_Scholarships, Tbl_DistCode
    where Tbl_Scholarships.DistCode = Tbl_DistCode.id
    and Tbl_Scholarships.ID = #getStudentsDataRet.ScholarshipID #.
    < / cfquery >
    < / cfif >
    < td >
    < select name = "" scholarshipID_ #X # "onChange =" showMessage_ #X #(this.options[this.selectedIndex].value) ">"
    < option value = "" > < / option >
    < cfloop query = "getScholarshipRet" >
    < option value = "" #id # "selected < cfif getStudentsDataRet.ScholarshipID eq id > < / cfif > > #AcctNum # < / option >"
    < / cfloop >
    < / select >
    < table >
    < td > < input name = "" amount_ #X # "type ="text"size ="5"< cfif amount gt 0 > value = ' #NumberFormat (amount, 99.99) # ' < / cfif > / > < table >"
    < td > < cfif AwardStatus eq 2 > #getStudentsScholar.AcctNum # | #getStudentsScholar.Code # | #getStudentsScholar.Scholarship # | #getStudentsDataRet.ScholarshipID # < / cfif > < table >
    "< input name =" "IndexID_ #x #" type = "hidden" value = "#SSID #" / >
    < /tr >
    < / cfoutput >
    < cfoutput > < input name = "CounterX" type = "hidden" value = "" #getStudentsDataRet.RecordCount # "/ > < / cfoutput >"
    < b >
    < td align = "center" colspan = "11" height = "50" valign = "middle" > < input name = "Submit" type = "submit" value = "Submit" / > < table >
    < /tr >
    < / make >
    < /table >
    < / cfif >

    the syntax is: getStudentsDataRet.ScholarshipID [1]

    where '1' is the line number to specify

  • Cannot forward the e-mail message. Contact list does not appear to be selected. Can reply to the sender only

    When you try to send an e-mail message, contacts list does not appear. It can
    only be transmitted by manually entering addresses. Can I return an email answering
    but I can't pass under the Mozilla Fox server.

    When I'm in Internet Explorer, I can use the email forward without problem.
    Contacted AT & T to see if it was their problem, since I use att.net.
    The technician said it was a problem with Mozilla because it was not compatible
    with net work, AT & T. It might be in the recent updates, since I just
    discovered the problem in the last week.

    Prefer to enter my email through Mozilla Fox. So can you fix this
    for me.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do NOT click on the reset button on the startup window Mode safe or make changes.
  • Windows Explorer "option remove from this list" DOES NOT always WORK

    In Windows 7:
    When you right-click the Windows Explorer button at the bottom of the screen on the task bar, it has an option to "remove from this list. all Frequent ' point/place' that there are listed...

    I used this option during most of the items listed to clean a little bit because I don't want to see it all.

    BUT:
    I have now six items/places to the left.  I want three of them to stay.  I would like to 'Remove' the other three, but the option "Remove from this list" DOES NOT WORK!

    I tried:
    -Manually remove items/locations...   Always in the list.  So I put them back
    -Search for places objects in a windows search to see if they appeared in a file list somewhere that I could remove a manually.  No foumd.

    HOW to REMOVE THESE UNWANTED ITEMS/LOCATIONS in the list of Windows Explorer?

    Thank you.   -TomE

    NOTE: A second problem is that I couldn't use a sign less "-" to exclude elements of my research, when I used Windows Search.  I tried to use '-internet "to exclude references to Internet Explorer.  It did not work.  There for me in the past.

    Hello

    Right-click the Start button, and then select Properties.

    In the privacy section, remove the check mark from the option "store and displayrecently open items in the Start Menu and the taskbar" . CLIck apply/OK.

    Check the list of shortcuts in Windows Explorer and recent items section should be empty.

    Go back and re - activate this option.

    NOTE: this procedure will empty all the list Jump list recent items as well as the recent items on the Start Menu.

    I hope this helps.

    Thank you for using Windows 7 Ronnie Vernon MVP

  • While in documents or selection of printers, the scroll bar does not stay in position but returns to the top

    Bar scrolling in documents, when you select a program, does not take the program but slides back to the top in a resting position

    the same thing when I'm selecting a printer, or by selecting a type of paper, or any choice where I drag me down or left to right

    with the bar.  He does not take it, but returned to the rest.

    Bar scrolling in documents, when you select a program, does not take the program but slides back to the top in a resting position

    the same thing when I'm selecting a printer, or by selecting a type of paper, or any choice where I drag me down or left to right

    with the bar.  He does not take it, but returned to the rest.

    It is Virus and malware/Microsoft Security Essentials Forum software.

    Your question is not related to usage of Microsoft Security Essentials (MSE) or viruses and malware.

    Could be a bit of time, but if you will be patient a moderator will move your post in the appropriate forum.

    Kind regards...

  • my button is not the top of my list of contacts - when I start typing a name, a list does not appear, for me to choose and my spell checker does not work

    my button is not the top of my list of contacts - when I start typing a name, a list does not appear, for me to choose and my spell checker does not work

    Hi Lynn,

    What mail client do you use?

    Using Windows Live Mail or Outlook?

    For Windows Live Mail:

    The best place to ask your question of Windows Live is inside Windows Live help forums. The experts he specialize in all things, Windows Live and I would be happy to help you with your questions! Please choose a product below to be redirected to the appropriate community:

    Windows Live Mail

    Windows Live Hotmail

    Looking for a different product to Windows Live? Visit the home page Windows Live Help for the complete list of Windows Live forums at www.windowslivehelp.com.

    For Outlook:

    http://answers.Microsoft.com/en-us/Office/Forum/Outlook

    If you are not using one of the people then please let us know what you use so that we can help you further.
  • Quick selection tool does not work after last update Photoshop CC

    I've updated to the latest version of Photoshop CC, and the Quick Selection tool does not work. I am able to make a choice, and then when I try to make multiple selections, I receive the ball well filled, and then nothing is selected.

    I have preferences in the performance, the value Panel "Big & Flat" in the historical and 'Basic' Cache in the settings of the graphics processor. Thus, the operating system is up-to-date.

    I restarted my computer, and now it works. Don't know what it is, but it works fine now.

    Thank you!

  • I downoladed and tried to install CS6 on my computer after that machine has been upgraded to Windows 10.  I get a message that says "serial number is not for the product." The drop-down list does not contain CS6 Design and Web Premium.  What should I do

    I downloaded and tried to install CS6 on my computer after that machine has been upgraded to Windows 10.  I get a message that says "serial number is not for the product." The drop-down list does not contain CS6 Design and Web Premium.  What should I do to get loaded and enabled on my computer?

    That fall down, and the serial number you provide must identify the previous version that you upgraded because CS6 is an upgraded version in your case.

    Error "this serial number is not for a product calling it" | CS6, CS5.5, CS5

    http://helpx.Adobe.com/Creative-Suite/KB/error-serial-number-qualifying-product.html

  • selection tool does not work in illustrator cc 2014

    selection tool does not work in illustrator cc 2014.Screen Shot 2014-10-09 at 15.05.02.pngScreen Shot 2014-10-09 at 15.08.14.png

    Hi officeisbig,

    While we are working on a solution, if you can update os to 10.9, the issue should get fixed.

    Sanjay.

Maybe you are looking for

  • Can I download the last FF with W98, then on a CD and then install from the CD on a Windows7 machine?

    Just bought a new machine Win7 and am waiting for connection to broadband. Installed a modem in the new machine, but the download speed is of about 1/4 of that of my old faithful W98SE machine. Can I use my W98 machine to download the latest files to

  • Text-to-speech only SMS?

    I try to turn on TTS to read notifications but can not do that for the SMS app Xperia Connect.Y at - it another way to activate the TTS for other actions, like when you receive an incoming call - read callers number or name if in contact list? It is

  • Data - execution prevention program closed everything permanently!

    For about 3 months now DEP was the closure of all types of programs on my computer that I used for years. Adobe software, many games, my anti-virus, my software now PUPILLARY and registry cleaning software (used for college documents) & Microsoft Off

  • Blue Screen of Death wuthout hardware changes!

    Hello Recently, I get the BSOD and restarts windows. I can't read the blue screen for error messages, but I submit the MiniDump file. Can someone provide me with a solution. PS: I am using Win 7 Professional (x 64) with intel core i7 10 GB of RAM. Li

  • device internal HP DVDRAM GT30L

    Hello can I burn dual layer 8.4 GB whit the internal device of my portable DVD (probook 4520 s) hp DVDRAM GT30L? Its because I did a dvd film and it's 8GB