Change to AndroidManifest,xml causes app to crash
@wekas wrote: If I change the android:name to something else like “nz.co.wekasolutions” my app crashes on startup on the device and emulator. I have changed it everywhere else with no issues. Any idea...
View ArticleWhich framework should use with ionic?
@huutuit wrote: I’m wondering whether to choose angular or vue for ionic ? Posts: 1 Participants: 1 Read full topic
View ArticleIonic 3 working with nested Array
@razorachy wrote: i want to display my nested array in ionic in tree view … when i click my 3rd element of array all the data of fourth array is shown… i want to show only the data that i have...
View ArticleMigrating Ionic app to AndroidX
@mthomka wrote: Have any of you guys experience with migrating to AndroidX libraries? We are required to use a 3rd party SDK that is based on AndroidX and as far as our research go, this requires our...
View ArticlePersistent cookies ionic-v3 cordova
@ctspradeep wrote: App wrapper in iOS using ionic-v3 Cordova is asking for application sign in page. This is happening for each launch of app. Ionic Cordova inappbrowser is not preserving cookies in...
View ArticleI´m new to Push Notifications
@alexmpc wrote: I am new to Push Notifications. Only read about Firebase and FCM, but i still can´t get it. What tutorials or posts do you recommend? Posts: 2 Participants: 2 Read full topic
View ArticleHow to show array items as checkbox values in alercontroller
@salad-gg wrote: I have this lines of code, the first input works fine (auto populate field with label). As for the checkbox, I want it to open array of labels from which I will be able to check. But...
View ArticleAudio player regarding
@rathorrajnesh wrote: hi I want to make a music app so need a stable music app plugin like npm install ionic-audio --save from here http://arielfaur.github.io/ionic-audio/2.0/index.html i got one but...
View ArticleError installing @ionic/app-scripts in visual studio 2017
@AlexOToole wrote: HI I have been looking through the forums and I have found people with similar errors but I am having trouble fixing mine. When I try install the dependencies after starting a new...
View ArticleSecureStorage throw 'split' of undefined Error
@YuEmAz wrote: I have the plugin Secure Storage installed. And built my own service. Please refer: @Injectable() export class SecureStorageService { private secureObject: SecureStorageObject; private...
View ArticleIs it possible to switch from Cordova to Capacitor?
@rohankapurmobile wrote: I’m currently building an application using Cordova, is it possible for me to switch to Capacitor at some point after I deploy to the app and play store? Will the switch...
View ArticleIonic3 + HTTP call + Android 9.0.4
@spanchal wrote: Hello friends, Please help me HTTP call fail in Real device (Android 9.0.4) in other Android version it is working fine. my system info: Ionic: ionic (Ionic CLI) : 4.4.0...
View ArticleIs there rich text editor for mobile
@m7ammad7assan wrote: Hi I am looking for a rich text editor for my social network http://penlens.net I want it to be usable the keyboard should not be overlay the editor and the toolbar of editor...
View ArticleStyle slot size
@fortunella wrote: I have a <ion-list> with a number of <ion-item> entries. Each is of this structure: <ion-item text-wrap (click)="itemTapped($event, item.uuid)"> <ion-thumbnail...
View ArticleText/Unicode Support for other language
@test-nikko wrote: I am encountering gibberish text when displaying chinese characters. How do I fix it? I am using ngx-translate for my translation. I have someone translating my labels and I copy...
View ArticleStyling Modal v4
@traada wrote: Is there any way to apply width and height styling to a single modal class without affecting any others? I have this in my variables.scss: @media only screen and (min-height: 600px) and...
View ArticleIn-app browser is not opening on Android Q and Pie for following code
@masharod wrote: In-app browser is not opening on Android Q and Pie for following code. Please help constructor(private inAppBrowser: InAppBrowser, public platform: Platform) { let browser =...
View ArticlengFor doesn't work
@bony wrote: i just need to add some in ion-card header, here is the code <ion-content> <ion-row> <ion-card style=“width:23.5%” *ngFor=“let subject of subjects”>...
View ArticleIonic v4: “Ionic cordova run -l” won't start my app
@suben wrote: I’ve created an fresh ionic app a few days ago and worked on it perfectly fine until now. Today I tried to start the development server: ionic cordova run -l but then I got this error...
View Article[ionic4] How to toggle menu from right
@pantarmj wrote: I am implementing multilingual functionality in my app. So I have to toggle my menu from right. I am able to show menu at right by setting side=“end” but still it is getting toggle...
View Article