Ionic 4 angular 8 strange issue with reactive forms
Can you put this into a demo that we can run locally? Just make a blank app and push it to GitHub.
View ArticleWMIC problem, Ionic 5
Here you go. github.com/sindresorhus/windows-release Changed from WMIC to Powershell to detect if the OS is a server version sindresorhus:master ← landsfiskalen:master opened 10:00PM - 24 Mar 20 UTC...
View ArticleIonic help
Everything works fine. I want when I clicked checkout for all the data to go Telegram
View ArticleIonic 4 modal error
The error is pretty clear. You did not add the modal component to it’s module’s entryComponent array. Please add that.
View Articleionic SyntaxError: Unexpected number in JSON at position 4
Can you provide your package.json?
View ArticleIonic Data Storage and the Webkit Intelligent Tracking Prevention...
Regarding the upcoming changes in Webkit’s Intelligent Tracking Prevention: https://webkit.org/blog/10218/full-third-party-cookie-blocking-and-more/ (iOS/iPadOS 13.4, Safari 13.1), and especially the...
View ArticleCircular dependency with modals
So you are saying that it is generally a bad practice to nest modals and everything that is more than one level deep should be implemented as pages? Right? In that case I guess I should switch to...
View ArticleCircular dependency with modals
Not that’s bad practices to nest things, just doing so in a circular way could be problematic.
View ArticleGenerating & Publishing - app names, updates recommendations?
Hmm, it might be easier to delete the native project, update the bundle identifier, and then add the native project back.
View ArticleIonic Data Storage and the Webkit Intelligent Tracking Prevention...
Hmmm, good question! Will need to think about this one and see what the total effects are.
View ArticleHow to change the colors of header and button in ion-alert (ionic-5)
Put the css for .alertHeader in theme.scss or some global stylesheet. Since alerts are global components, the css needs to be global and not scoped to a component.
View ArticleGenerating & Publishing - app names, updates recommendations?
Thanks for your answer. Could You advise - how to do it exactly? Delete particular folders? Via terminal? Bundle identifier - in which place And what would be the best practice with app names,...
View ArticleTrying to pass Id value from this component to price component, but it's...
i did all that, it still giving error on my lotPrice component when i am trying to access the id by accessing props.match.params.id or props.match.params.get(‘id’) Cannot read property ‘params’ of...
View ArticleGenerating & Publishing - app names, updates recommendations?
delete the android folder in your project root then open capacitor.config.json and edit the appID entry. then add back the native project with npx cap add android.
View ArticleIonic iOS large title background
Hi, I’m creating an iOS App with ionic 5. I’d like to use the large title that introduced in ionic 5 (https://ionicframework.com/docs/api/title#collapsible-large-titles). What I want to do is to set a...
View ArticleIonic Gestures
Hey Guys. Now that there is Ionic Gestures. Is there event for holding ? Or we still have to do it on our own ?
View ArticleXcode 11.4
My company IT required the Xcode upgrade as it fixed some other issues so it wasn’t an option and it cannot be rolled back.
View ArticleIonic Gestures
You would have to wire that up yourself. Here’s a good overview in the docs. Ionic Docs Gestures - Ionic Documentation Ionic is the app platform for web developers. Build amazing mobile, web, and...
View ArticleWheel selector inside content
Hello! Is there a chance for using a wheel selector like date picker in a content? The wheel selector works right in an overlay but if I want this selector in content? The goal is to include that...
View Article