Last item in grid fit same space as others [CSS]
I am very poor in CSS knowledge, I am trying to format some pages to be more interesting in the browser layout. My goal on this specific page is to transform this grid into something like Google...
View ArticleIonic v3: Toggle Hide/Unhide Passwords works only after round-progress ends
I have no clue. If I remove it or set it to 0 the password disappears.–
View ArticleBody empty sometimes in fetch .body with base64
Hi. im debuggin an APP in Chrome and all is working nice, but when i compile and i test the app, sometimes the fetch is sending the body empty and others the body its ok… in the body there are a...
View ArticleThe keyboard doesn't work done with inputs
I’ve been looking all over the internet for days I can’t find anything about it
View ArticleFit last item in grid to same space as others [CSS]
Ok, I couldn’t do with the CSS, but I “solved” the problem in another way. I’m pretty sure this isn’t the best approach, but worked for me: html <ion-grid> <ion-row> <ion-col...
View ArticleIonic v3: Toggle Hide/Unhide Passwords works only after round-progress ends
pRieStaKos: I have no clue So you inherited this code? Can you ask whoever put it there why it’s there?
View ArticleHow can I change the webview's content?
I want to change where nx cap sync outputs the web content and where the native webview gets it from. Any help is appreciated!
View ArticleAndroid App Bundle (aab) support
It’s still on our list, thought I will say it’s a top priority. It’s not a matter of adding --packageType-bundle, otherwise we would have done that
View ArticleFit last item in grid to same space as others [CSS]
Now that I understand a bit better, I don’t think you really need grid, because you really have a one-dimensional layout. There is a companion guide to flexbox, and the crucial property here is...
View ArticleHow can I make the ripple only appear only in the div that has the image and...
I’m trying to make the ripple effect appear as far as the div that the image has, but as you can see in the image, the ripple effect goes to the limit of the grid column, and there is not the limit of...
View ArticleDynamic news feed charged from different data sources in ionic mobille app...
It’s important to keep in mind that this forum is a collection of volunteers who are trying to help one another. So what I’m seeing here is basically what a client might typically come to me with: an...
View ArticleHow can I make the ripple only appear only in the div that has the image and...
Fixed, just add style attribute position: relative; to the parent div and it works, but it doesn’t have the same borders as the parent div, what can I do in that case?
View ArticleList isn't clickable in menu even after adding button tag
What happens if you hoist the contents of this component directly into the app-component.html markup? IOW, can we eliminate the possibility that this is caused by attempting to encapsulate stuff into...
View ArticleWhite screen while using a v4/Angular application
We have an Ionic v4/Angular app. A number of users have reported that during a particular operation (selecting and then uploading a video), the app screen will suddenly “go white” and reloading the...
View ArticleWhite screen while using a v4/Angular application
All "crash"es are not created equal. Specifically, an uncaught exception in JavaScript code that is triggered during ordinary event loop processing (which, in practice, is just about everything in...
View ArticleBug in ionic 5's "stack-controller.ts"
Error: Uncaught (in promise): TypeError: Cannot read property ‘appendChild’ of undefined TypeError: Cannot read property ‘appendChild’ of undefined at StackController.transition...
View ArticleInstall Cordova Plugin when using Capacitor
Hello, I have an Ionic project that uses Capacitor. Now I want use an Cordova Plugin. After I run the following command, the things in the picture apprear: ionic cordova plugin add cordova-plugin-tts...
View ArticleBug in ionic 5's "stack-controller.ts"
That’s deep within routing animation. Something is amiss with your routing setup, or how you’re transitioning between pages.
View ArticleInstall Cordova Plugin when using Capacitor
I have no idea what’s in your image, or what you’re talking about “clicking” on, so here is the documentation about using Cordova plugins with Capacitor. Near it should be a list of known incompatible...
View ArticleInstall Cordova Plugin when using Capacitor
I run this command, afterwards the things in my image appeared: ionic cordova plugin add cordova-plugin-tts
View Article