Screen keyboard on iPhone 7 prevents working with the calendar

This topic contains 15 replies, has 4 voices, and was last updated by  Alexander Krutov 4 years, 2 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #531836

    Alexander Krutov
    Expired Member
    Post count: 652

    Good afternoon!
    Do you also have a keyboard when you need to use the calendar?
    https://wpgeo.directory/gdf/add-listing/?listing_type=gd_event

    #531853

    Alex Rollin
    Moderator
    Post count: 27815

    Thanks for reporting, we will check into it.

    #531908

    Kor
    Moderator
    Post count: 16516

    Hi Alexander,

    Thanks for your post. The keyboard allows you to insert your event dates manually. I don’t see anything wrong with that.

    #531910

    Alexander Krutov
    Expired Member
    Post count: 652

    Good afternoon, Kor!
    I agree, but the keyboard is not very comfortable for this operation. The user needs to know the date format so that he can enter it successfully from the keyboard.

    I think it would be better if the keyboard appears when the user clicks on the field to edit the date.

    #531911

    Alexander Krutov
    Expired Member
    Post count: 652

    Another unpleasant thing, I’ve already written about it in other tickets – when you use the iPhone 7 on-screen keyboard, the page becomes wider than the screen width, but when you close the keyboard, the page remains in this larger scale.

    #532007

    Kor
    Moderator
    Post count: 16516

    Hi Alexander Krutov,

    Thanks for your reply. Regarding the “keyboard appears when the user clicks on the field to edit the date” request, I will forward this to a developer and see if there is a way to achieve what you needed there and also to prevent the page zooming in when you tap on a textbox.

    #533030

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Alexander,

    Please use following code snippet. meanwhile I will add permanent fix for event manager addon next release.

    
    
    
    add_action( 'wp_head', function () { ?>
    	<script>
            jQuery(function() {
                jQuery( ".hasDatepicker" ).datepicker({ }).attr('readonly','readonly');
            });
    	</script>
    <?php } );?>
    

    Thanks

    #533040

    Alexander Krutov
    Expired Member
    Post count: 652

    Naveen, good afternoon!
    I didn’t dare activate the code. Testing shows it has an error.

    #533047

    Naveen Giri
    Moderator
    Post count: 1559

    I have made some changes. please try above code now.

    #533051

    Alexander Krutov
    Expired Member
    Post count: 652

    The code doesn’t cause an error, but I didn’t notice any changes thanks to his work.
    What was I supposed to see?
    I went in incognito mode in Chrome and Safari.

    #533057

    Naveen Giri
    Moderator
    Post count: 1559

    This is the fix for IOS device.
    https://wpgeodirectory.com/support/topic/screen-keyboard-on-iphone-7-prevents-working-with-the-calendar/#post-531836

    the screenkeyboard should not open now when you click on datepicker field.

    #533060

    Alexander Krutov
    Expired Member
    Post count: 652

    Unfortunately, the on-screen keyboard is still opening.
    Did you check for iPhone version 7?

    #533087

    Naveen Giri
    Moderator
    Post count: 1559

    Hi Alexander,

    Yes, I checked on IOS. Please clear site cache and browser cache before checking it.

    Let me know how it goes.

    #533098

    Alexander Krutov
    Expired Member
    Post count: 652

    Cache has updated himself and now everything is working as it should. Thank you so much!

    It remains to fix one error, to make sure that the page does not grow in scale when fields for entering information are opened. Did you see this problem?
    https://wpgeodirectory.com/support/topic/the-add-listing-page-width-on-iphone-7-is-wider-than-the-screen/

    #533107

    Naveen Giri
    Moderator
    Post count: 1559

    Thanks for confirming issue.

    I will check the another one. thanks for reminding.

Viewing 15 posts - 1 through 15 (of 16 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket