Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submit gets stacked on 'sending' on iOS Safari due to an ad blocker #11

Open
botanicus opened this issue Jun 24, 2019 · 0 comments
Open

Comments

@botanicus
Copy link

botanicus commented Jun 24, 2019

As per the title. It works on desktop and mobile Chrome, but on iOS Safari it gets stucked on 'sending'. It works when I tap the refresh button long and select reload this page without content blockers.

Similar to revolunet/react-mailchimp-subscribe#6

Here's my code:

const fields = [
  {
    name: 'EMAIL',
    placeholder: 'Email',
    type: 'email',
    required: true
  }
]

export default () => (
  <Mailchimp action={mailchimpURL} fields={fields} />
)

The live version is at botanicus.me/subscribe.

@botanicus botanicus changed the title Submit gets stacked on 'sending' on iOS Safari Submit gets stacked on 'sending' on iOS Safari due to an ad blocker Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant