alpine: Alpine doesn't work for me on IOS (Safari and chrome)

Discussed in https://github.com/alpinejs/alpine/discussions/2805

<div type='discussions-op-text'>

Originally posted by cluzstudio April 4, 2022 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

</div>

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 2
  • Comments: 21

Most upvoted comments

ah! experiencing same issue with AlpineJS 3.10.2 <script defer src="https://unpkg.com/alpinejs@3.10.2/dist/cdn.min.js"></script>

solved! 😃

problem was in this extensions image

didnt fix it, I had to downgrade to AlpineJs 2