phoenix_live_view icon indicating copy to clipboard operation
phoenix_live_view copied to clipboard

Rich, real-time user experiences with server-rendered HTML

Results 234 phoenix_live_view issues
Sort by recently updated
recently updated
newest added

### Environment * Elixir version (elixir -v): all * Phoenix version (mix deps): all * Phoenix LiveView version (mix deps): all * Operating system: macOs * Browsers you attempted to...

### Environment * Elixir version (elixir -v): 1.13.4 * Phoenix version (mix deps): 1.6.11 * Phoenix LiveView version (mix deps): 0.17.11 * Operating system: macOS * Browsers you attempted to...

Gives LiveView and LiveComponent `:root` and `:path` parameters to bring it in line with `Phoenix.View`. Currently limited in that the paths must be string literals (so no ~s, or function...

Currently, the scroll position for the body element is retained and restored on history navigation. My specific use case is "prevent iOS overscroll", which is usually done by giving the...

@chrismccord I'm afraid it's not. I've migrated the cards_demo2 to to 0.17.9 (running on Erlang 24.3 and Elixir 1.13.4.) and it still features the same LV bug as originally reported,...

I've been adding a number of functions containing `Phoenix.LiveView.JS` operations and it would be nice to have the type accessible to my application specs. In any case, thanks again for...

How to reproduce ```sh $ mix phx.new myapp && cd myapp/ && mix ecto.create $ mix phx.gen.live Accounts User users name:string # copy routes from output to router.ex $ mix...

### Environment * Elixir version (elixir -v): 1.13.4 * Phoenix version (mix deps): 1.6.10 * Phoenix LiveView version (mix deps): 0.17.10 * Browsers you attempted to reproduce this bug on...