@hawkeye6
Very useful ,thanks
Best posts made by bosconovitchi
-
RE: I want to know how to find quasar's default icon name
-
RE: How can i make width to fit device scren?
@Ilia Thanks, it works.Happy new year Ilia.
Latest posts made by bosconovitchi
-
RE: How can i make width to fit device scren?
@Ilia Thanks, it works.Happy new year Ilia.
-
How can i make width to fit device scren?
When i dwared web page to fit mobile phone and desktop.I found it can’t work on tow device by set px or em。I want it work like this .![alt text]
How can i resolve the problem
-
How to set homepage on cordova mode
When i tried to use cordova mode to build an android project it worked but can load homepage.
In pwa mode my homepage location is127.0.0.1:8080/#/hrs/
But in cordova seems located to127.0.0.1:8080/#/
Then i read the cordova development document .
Found the way to changeconfig.xml
and set<content src="/#/hrs/" />
But when i rebuild and run dev mode it be coverd. How can i should do. -
About websocket
I want to make a editable data table.It use for employee to reply some like complain sheet.
so ,here comes the question.If they open the page and load the data table and also start to edit.
Because edit one record will take some times.There will be much chance that edit the same one.
So i desided to use websocket to control that.When someone start to edit a record.Use websocket to lock or remove that record on otherelse’s page.
The quasar can do that with websocket ,and how?
If i use the data table components with pagination can also do that? -
RE: How to get numbers of file in q-uploader
@somascope
I tried that too .
Use the@add
and@remove
to count.I still think some where in q-uploader still can get it. -
RE: How to get callback in q-uploader?
@s-molinari
Thanks scott,and did you know how to get numbers of file in q-uploader .
I spent the whole afternoon trying to figure it out. -
How to get callback in q-uploader?
When file upload successful,server response json to browser.How can i get the response data.Did it has callback functions?