Ben Jackson
Ben Jackson
I ended up adding `readonly` to the `` tag, this will stop the native keyboard from appearing (tested on Android "Pixel 2"). Though remember to remove it for desktop users,...
Looks like you might be experiencing the same issue as #574 which has a suggested solution https://github.com/michalsnik/aos/issues/574#issuecomment-904994056
> Hey, We just released a new version on npm this is an alpha version at the moment that will introduce changes in the configuration. > > Let us know...
I am having a similar error, previewing with Prismic on a NextJS site. ``` Nov 17, 02:19:27 PM: f4700146 ERROR ⨯ Error: Cannot find module 'next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context' Require stack: - /var/task/node_modules/next/dist/client/script.js...
Work around it by directly fetching the commit that fixed the issue My requirements.txt now includes the following line ``` git+git://github.com/ajford/flask-sendmail.git@65f41c0 ```