Hasan
Hasan
I have used Quasar with Vite and added UnoCSS. ``` import { defineConfig, presetUno, presetIcons } from "unocss"; export default defineConfig({ presets: [presetUno(), presetIcons({ carbon: () => import('@iconify-json/carbon/icons.json').then(i => i.default),...
When I create a message like this: `var msg = new hl7.Message( "EPIC", "EPICADT", "SMS", "199912271408", "CHARRIS", ["ADT", "A04"], //This field has 2 components ); msg.addSegment( "PID", "", //Blank field...
The audio recorder works very well on Safari or Chrome in IOS. But when I added to it on the main screen as a PWA, it only records first voice....