How to create screenshots for AppStore/PlayStore
@almi13 wrote: Hi there, I’m still developing under Ionic3 and CLI 3.20 on Win10 til a few days ago. This was fine for me, and with the old DevApp I was able to create screenshot with my...
View ArticleApp restarts using filesystem on Android after update to capacitor 2
@max_maeuschen wrote: I’ve update my project to capacitor 2.0 following this blog post. When I tested my app on a real device (Samsung SM-T813) the app restarts always when I’m trying to open a folder...
View ArticleIonic PWA | Hide menu only on login page
@JEricaM wrote: Hi, I’m developing a pwa with ionic using the Pwa Ionic Starter. Which is the best method to disable the sidemenu on login page and enable in all the other pages? I’m approach is:...
View ArticleIonic5 ion-virtual-scroll custom components
@gonself wrote: Hi! I’m using ion-virtual-scroll to render a 50 items lists, but inside each item i used a custom component, like this: <ion-virtual-scroll [items]="items"...
View ArticleIonic 4 wordpress authentication
@Geelario wrote: Good day Expert. Please I have a little worry if someone can help me out. I am using WordPress JWT plugins to authenticate users in my ionic 4 apps, but the issue am having is that...
View ArticleIonic future plans - backward compatibility
@elduderino15 wrote: I would like to get an understanding on future plans for next ionic releases and backward compatibility. I really like the framework but right now I am in the midst of migrating...
View ArticleInAppBrowser access clipboard
@WoAiNii wrote: I’m using the latest version of InAppBrowser, in a Ionic hybrid multiplatform app, but I’m having some problems copying text from Android device (e.g. from a generic web page) and...
View ArticleCan't distribute Ionic 3 app on IOS - Found an unexpected Mach-O header code:...
@thiagoprz wrote: I’ve recently upgraded to a new server with the most recent MacOS on MacinCloud (since i don’t own a Macbook or IMac), now using the XCode 11.4 i’m not able to distribute my Ionic 3...
View ArticleHTML markup best practices
@mozpider wrote: I am learning ionic and it has been very smooth sailing. However, I have so far not found any article on recommended practices for HTML markups. Can I use any valid HTML markup in my...
View ArticleLatest Chrome update broke font-weights for ionic-v5 deployed website
@sakotturi wrote: I have an ionic v5 app deployed to the web via firebase. This morning I found the font-weights aren’t being respected by google chrome. macOS Safari and iOS Safari are normal still...
View ArticleIonic Local Plugin
@kks21199 wrote: I have followed the docs here, https://capacitor.ionicframework.com/docs/plugins/ and made a plugin. Is there any way I can use this plugin without publishing it to npm? How can I...
View ArticleSubscription working fine initially, but not returning any values when page...
@Sweg wrote: When I navigate to a page in my Angular app, I am displaying data as expected using the below methods: conversationsSub: Subscription; usersSub: Subscription; conversation: Conversation;...
View ArticleHow to implement Background Mode for Cordova Media Plugin Playlist on IOS
@kendam wrote: I have successfully implement a playlist feature for a Cordova Media plugin (https://github.com/apache/cordova-plugin-media) in my application . However, on IOS, once the app screen is...
View ArticleAllowing client scripting within an App
@karvanj wrote: Hi everyone would appreciate people thoughts on this. We have built an app on the Ionic framework where part of the app is a form creator where users can can create customs forms to...
View ArticleSms: url scheme not working in ionic 4 + capacitor
@arnotixe wrote: Writing an ionic 4 + capacitor app. I’m NOT interested in sending SMS in the background or anything. Just a simple “contact this person” page, invoking whatever is the default app for...
View ArticleIs it possible add a calender date picker in ionic 4 without using ?
@jakesully wrote: I need to have calendar date picker in my ionic app. still im using <input type="date">. please help me. Posts: 1 Participants: 1 Read full topic
View ArticleIs it possible to use `ionInfiniteScrollContent` as the ONLY loading indicator?
@mixuala wrote: I’ve got 3 on my page, LoadingController on ionViewDidEnter ionInfiniteScrollContent with ionInfiniteScroll, and ionSpinner[ngIf=doFilter] when the user applies a filter the query...
View ArticleHow to prototype an Idea with Hobby subscription
@fpolimen wrote: I just restarted to play with Ionic-framework after some years. I wold like to create a demo of an Idea, deployed as an App on few real devices (Ios and Android) that uses Camera, Gps...
View ArticleIonic angular ngModel displaying value
@Pratikjaiswa15 wrote: I am going through a strange issue. I am using SMS receiver plugin to read otp and auto-fill it without any user interaction. But when I fetch otp from the message it is not...
View ArticleMenu is disabled after using setRoot() or push page in ionic3?
@RomnEmpire wrote: Hi team, I have added sidemenu in my app but problem after login menu button not visible in the html section but after refresh page its working. I have create common component for...
View Article