Alpine doesn't work for me on IOS (Safari and chrome) #2805
Unanswered
RoylerMarichal
asked this question in
1. Help
Replies: 1 comment 1 reply
-
See #2420, it's probably the same issue |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project with the TALL stack without any extra dependencies, it runs perfectly on Android and Windows, on chrome and edge. But in IOS, Safari or chrome alpine doesn't work for me at all... Any suggestions?
In app layout
<script src="//unpkg.com/alpinejs" defer></script>
@livewireStyles
-- Content
@livewireScripts
Ej. Menu Alpine
<div x-data="{menu:false}">
...
<button type="button" x-on:click="menu=!menu" >
...
<div x-cloak x-show="menu" >
...
The website is https://yavoycuba.com
Beta Was this translation helpful? Give feedback.
All reactions