Avdhoot Ubale

Results 8 issues of Avdhoot Ubale

**Describe the bug** I have created a daily scheduled notification. When device is restarted, the scheduled notification doesn't work. But if I open the app atleast once after restart then...

### Description of the bug I have a MainLayout and some other routes which are child of MainLayout. I have a drawer in MainLayout which has RouterLinks to those child...

**Describe the bug** If I set autofocus=true, the focus goes to pinput but the keyboard doesn't open. I need to tap on the pinput widget to open the keyboard. The...

I have an error view in my vaadin app which is supposed to be shown when user tries to open a view which doesn't exist. When I was on vaadin...

bug
question

### Description of the bug I created a vaadin app and deployed it on aws linux and getting following error continuously: `A filter or servlet of the current chain does...

investigation

### Describe your motivation In my app I need to access the current page url which is updated by : `ui.getPage().getHistory().replaceState(null, location);` So I was looking into History class if...

enhancement

### Describe your motivation Currently there is no API which can return query parameters of current page url, or there is also not any API which returns current url path....

enhancement

### Description of the bug This bug I am getting since I updated my project to vaadin 24. The full error is: ``` ERROR c.v.f.component.internal.UIInternals - The component class com.vaadin.flow.component.textfield.TextArea...

investigation