Currently in QTime , once user select hour then minutes screen is getting popup is it possible to show both the screen (hour & minute) at the same time .
Some thing like below screen
Currently in QTime , once user select hour then minutes screen is getting popup is it possible to show both the screen (hour & minute) at the same time .
Some thing like below screen
@suleiman_as which is good for native mobile app development Capacitor or Cordova
Thanks for your kindness , how I can contact you for any help in Quasar , I recently joined in Quasar , before I was working in ReactJS & Angular , but now my company asked me to develop one application mainly it deals with 100+ data entry screen , report & dashboard .
Also the requirement includes to develop the application which works in any browser (PWA) , IOS & Android because of this reason only I switched to Quasar because we can write code & same code can be executable in 5 different platform (Web , IOS & Android etc…,)
I have started with PWA & my company is very happy with Quasar look & development is very fast , next I have to start developing native mobile application. Its a big journey, I may require Quasar’s Community help.
I want to add some feature like filling the entire form through speech command because my company is the metal manufacturing industry so technicians can’t enter the form by touch while working in the site , because of that we have to introduce form filling through voice , do you know any good library ,currently I am using web speech API (https://developer.mozilla.org/en-US/docs/Web/API/Web_Speech_API) but that doesn’t support Safari browser , please let me know any good speech recognition API.
Thanks,
Mohammed Riyaz
@suleiman_as Thanks a lot , Jazha Kallah Kahir , all of my issues got resolved . I have to explore more things in Quasar
@suleiman_as Thanks for your help , it is working now , I will read webpacl-fileloader https://webpack.js.org/loaders/file-loader/ .
Now quasar build is working , but When I run quasar dev I am getting following error.
App · Chaining SPA Webpack config
(node:14136) UnhandledPromiseRejectionWarning: Error: Cannot call .tap() on a plugin that has not yet been defined. Call plugin(‘mini-css-extract’).use(<Plugin>) first.
Can you please help me on this. Screenshot of error & code is attached below for your reference.
Error
Code
@suleiman_as Today I have implemented your code which is creating all fonts under saqr folder which is good but the css file still referring the fonts into old path which is creating issue.
Fonts path is set as …/fonts/saqr/KFOkCnqEu92Fr1MmgVxIIzQ.a45108d3.woff instead of …/…/fonts/saqr/KFOkCnqEu92Fr1MmgVxIIzQ.a45108d3.woff. Can you please tell me how to adjust this font relative path according to our new folder structure.
Error Page
Font Path
File Structure
Code
If I remove below css configuration code everything is working fine.
chain
.plugin(“mini-css-extract”)
.tap(args => [{ filename: “css/saqr/[contenthash:8].css” }, …args]);
Please help how to fix this font relative path issue , we have to tell the css files to refer fonts in following way .
…/…/fonts/saqr/KFOkCnqEu92Fr1MmgVxIIzQ.a45108d3 which means it should add …/ as prefix on each font path , which says go back one more level.
Thanks for your time & effort for helping the Quasar Community.
@dobbel without implementing this issue got resolved .
Thanks for your help.
@suleiman_as Thanks for your help , I will try and let you know.
@suleiman_as , Do you have any fix on this font relative path issue , due to this issue I can proceed further .