Ngx-quill inside strange overflow
Hi, I’m trying to put ngx-quill wysiwyg editor into an using the new fill=“outline” of ionic v6 but there is a strange overflow of ngx-quill editor that I can’t solve modifying the css. Here is a...
View ArticleRun action before sending app to background or close app
Is there a way to run an action before an Ionic Vue app is closed or send to background? 1 post - 1 participant Read full topic
View ArticleIonic filePath.resolveNativePath(uri) Android 11
Hello Guys, I am project than i use plugin filePath. resolveNativePath to get uri of image, but on android 11 is error 5 : error encoding_err, have anypermisison new ? I use permission to write,read...
View ArticleHow to detect focus of ion-select
Hi, in my dialogs, I want to highlight the field which has the focus. Now I’m wondering how I can do this with ion-selects. I’m using the popover mode. Yes, there are events for onFocus and onBlur....
View ArticleWooCommerce REST API with Ionic
I need a simple ionic project which will show woo commerce data without error. anyone here has a complete 100% error-free example. I did not find any material on the internet. Ionic woo-commerce seems...
View ArticleShare menu button and back button in ion-toolbar?
What’s the preferred way of sharing the leftmost icon position in the toolbar between a menu button (on select views - for example the root views in a tab component) and a back button (in other views...
View ArticleUDP/TCP Sockets Ionic; chrome.sockets alternative
Hi, I have been searching for a solution for UDP and TCP sockets for ionic. normal websockets from mozilla can be used for TCP connections, but I see no way anywhere to implement UDP sockets. In my...
View ArticleSliding Switch Implementation
Hi, I am wondering how I would be able to achieve this functionality: Basically, I want to have an event occur when the user slides the orange button to the right. I was looking at item sliding in the...
View ArticleRouter.push 2 components
I have a ion-menu with the list of router-link. When I push to another route(Profile) for the first time all is well and when I push again to another route(Product) for the second time it pushes the...
View ArticleCannot read properties of null (reading 'removeChild') at...
Hi, I’m started getting the next error on app open while developing (have it after build/sign too) Screenshot 2021-09-08 at 9.52.58724×56 10.3 KB I think this is something with the Routes and I think...
View ArticleHow to let users copy and paste the UI text?
I have an Ionic React v5 learning app and I want the users to be able to copy-and-paste the UI text. On the PWA on desktop, you can simply highlight text and copy it to the keyboard. But on...
View ArticleHelp Please! ionic 5 can't load data form https on android 11
i am using ionic 5 and i have successfully build apk and ios I successfully built and installed on iphone 11 But Android… If I install on Android 7 8 9. My app can load data on database via https...
View ArticleTabs new project refresh not working
Hi, Create new tabs project. ionic build http-server www then you will see in browser "http://127.0.0.1:8081/tabs/tab1" refresh the page. Then error " This 127.0.0.1 page can’t be found" Need your...
View ArticleQR Scanner black screen on DARK MODE
Hi, I’ve problems with QR Scanner on on DARK MODE the screen is black on light mode with some css tweaks it’s working but not on dark mode selected from the device itself not from app. I add this...
View ArticleHow to disable side menu in certain pages in ionic 5 angular?
I created my project using ionic start [project name] sidemenu. I generate another page called login. I can’t seem to hide or disable the sidemenu on login page. I try to find any solution online but...
View ArticleIonic 5 Http failure response for (unknown url): 0 Unknown Error in ionic...
I have an ionic 5 capacitor application that calls a .NET Core backend API. It works correctly on chrome browser and android device , (emulator and real device) after build. When I run using this...
View ArticleButtons inside ion-menu aren't working
I created a custome component for my side menu and I has wrape it with ion-menu like: <ion-menu contentId="main"> <app-side-menu></app-side-menu> </ion-menu> Drag events are...
View ArticleDeep links (appUrlOpen) event running multiple times 10+
Hi, I’m building an app where I have deep links to open app and run a specific function based on the url. But the event triggers multiple times and run same function after that I have 10+ alerts which...
View ArticleHide IonTabBars for some pages
Hi, I’m using Ionic Framework with React. I got an app structure like this: <IonReactRouter> <IonTabs> <IonRouterOutlet> <Route exact path="/some-modal">...
View ArticleIonic4+capacitor3 application have crash with camera in android 10 or 11
I am building mobile app using Ionic4 + Capacitor3 But I have and issue with @Capacitor/Camera. some time in some android 10 or 11 have crash with camera opening time. I am tired to found out solution...
View Article