Viewing 1 replies (of 1 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Hi Ed,

    I think that’s going to be based on the browser’s caching of the form elements from a previous page. It resets the form to the previous state – which is whatever link the user navigated to from that page. I suppose you could put in some javascript that would check and actually set the selected menu item on page load with this:

    $( '.responsiveMenuSelect' ).val('');

    Hope that helps ??

    Chris

Viewing 1 replies (of 1 total)
  • The topic ‘Back Button on Smartphone Causing Bug’ is closed to new replies.