Quantcast
Channel: Ionic Forum - Latest posts
Viewing all 230057 articles
Browse latest View live

Ionic rect disable side menu on login and register page

$
0
0

(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)


Updating old projects - VueJS Ionic Split View Auth

$
0
0

VUE IS STILL BETA

VUE IS STILL BETA

Ionic Framework with VueJS build a Split-View user interface with side menu. The application uses vuex for authentication state management in the login flow. In the next video, we will remove vuex and use Vue Composition API to manage authentication state

VUE IS STILL BETA

Source Code

VUE IS STILL BETA

Ionic 3 to 5 Upgrade

$
0
0

Hello,

I hope you are doing well!!

I’d Glad to assist you.
PM Sent with details, Please Check.

Very Best Regards
Carter W

Ionic 3 to 5 Upgrade

$
0
0

@peridious I am happy to assist you. Let me know when you would like to discuss it in detail. You can connect with me via email manish[a t]ost[.] agency

Ionic 4 using firebase for login screen

$
0
0

If you want help from this forum, then you’ll need to ask a question(s) that someone can answer.

How do I increase the "" active segment border width in Ionic segment?

$
0
0

Hi Mike, is the Scollable Segment example here working properly? I am having trouble seeing a difference between Scrollable and non-scrollable?

My first app

$
0
0

Hello everyone I’m making my first app using ionic angular. It involves hiring people for services. I need to make accounts and have different types of users and the ones that would be contracted would set their own prices. This seems like a lot of work for a beginner. TLDR; any good recommendations for tutorials for hiring people through an app?

Go to a specific page when clicking on a notification

$
0
0

Sir I have used same code it’s working but if app kill then received PN then tap notification in such case page redirection is not working.
Can you tell me how do u have manage this scenario?


Go to a specific page when clicking on a notification

$
0
0

Sir I have implemented PN and it’s working in both case but if,
app is kill then received PN then tap notification in such case page redirection is not working.
Can you tell me how do u have manage this scenario?

FCM notification not working when app is kill/closed

$
0
0

Sir its working if app is kill then redirect to specific page from notification?

Ionic v3 app stopped working on some Samsung devices

$
0
0

Hi guys,

I have an app that’s been working for a couple of years now and about a week ago I started receiving reports about the app not working on some Samsung devices. There is not a specific model as they range from S6 to S10 and most of the Samsung users can still use the app ok. One user reported that after resetting the phone to factory settings, it started working again. Want to mention that the same app worked for ages on all these devices.
I tested on an affected Samsung S10 and it looks like the app is doing what it’s supposed to, only it runs incredibly slow. All the actions to do with file system(delete,create) and event emitters are taking ages to run.
Database transactions are also slow.
Have you got any idea what might cause this?

cli packages:

@ionic/cli-utils  : 1.6.0 (C:\curo360 Git\CrossPlatform\ionic3\curo360\node_modules\ionic\node_modules\@ionic\cli-utils)
ionic (Ionic CLI) : 3.6.0 (C:\curo360 Git\CrossPlatform\ionic3\curo360\node_modules\ionic)

global packages:

Cordova CLI : 8.0.0

local packages:

@ionic/app-scripts              : 1.3.12
@ionic/cli-plugin-cordova       : 1.4.1
@ionic/cli-plugin-ionic-angular : 1.3.2
Cordova Platforms               : android 5.1.1
Ionic Framework                 : ionic-angular 3.5.0

System:

Android SDK Tools : 25.2.3
Node              : v6.11.0
OS                : Windows 10
npm               : 3.10.10

cordova-plugin-android-permissions 1.0.2 “Permissions”
cordova-plugin-app-event 1.2.0 “Application Events”
cordova-plugin-app-version 0.1.9 “AppVersion”
cordova-plugin-background-mode 0.7.2 “BackgroundMode”
cordova-plugin-camera 2.4.1 “Camera”
cordova-plugin-compat 1.1.0 “Compat”
cordova-plugin-console 1.0.5 “Console”
cordova-plugin-device 1.1.4 “Device”
cordova-plugin-file 4.3.3 “File”
cordova-plugin-file-transfer 1.6.3 “File Transfer”
cordova-plugin-geolocation 2.4.3 “Geolocation”
cordova-plugin-inappbrowser 3.0.0 “InAppBrowser”
cordova-plugin-network-information 1.3.3 “Network Information”
cordova-plugin-screen-orientation 3.0.1 “Screen Orientation”
cordova-plugin-splashscreen 4.0.3 “Splashscreen”
cordova-plugin-statusbar 2.2.2 “StatusBar”
cordova-plugin-whitelist 1.3.1 “Whitelist”
cordova-plugin-zip 3.1.0 “cordova-plugin-zip”
cordova-sqlite-storage 2.0.4 “Cordova sqlite storage plugin”
de.appplant.cordova.plugin.local-notification 0.8.5 “LocalNotification”
es6-promise-plugin 4.2.2 “Promise”
ionic-plugin-keyboard 2.2.1 “Keyboard”

IonGrid, IonRow and IonSegment error

$
0
0

Hello Ionic React Community,

I am trying to integrate an IonGrid into an IonSegment, however, i fail.
I want to have the following:

<IonSegment onIonChange={(e) => e.detail.value}>
<IonGrid>
<IonRow>
<IonSegmentButton value="Seg1">
<IonLabel>Seg1</IonLabel>
</IonSegmentButton>
</IonRow>
<IonRow>
<IonSegmentButton value="Seg2">
<IonLabel>Seg2</IonLabel>
</IonSegmentButton>
</IonRow>
</IonGrid>
</IonSegment>

It seems the IonGrid wrapped by the Segment destroys the functionality
and no segment can be permanently selected anymore.

Do you have any ideas how to fix that so that a segment is still
highlighted?

Also I wanted to know if someone can give a simple example
of how to change the content of the page depending on the segment
selected with ionic react.

Thanks for your help in advance.

Best regards
Chris

How to manage fcm topic based subscriptions from user's device and admin device?

$
0
0

I have an ionic app, where I need to manage subscriptions to firebase cloud messaging.
I have users and groups of users, when something is added to the group data, I need to notify users of this group, so I am subscribing users to topics (topic is group id).
I am wondering when to subscribe users to topics, knowing that an admin can search for a user and send him a connection request, then the user accept the connection request (user is subscribed from his device - I know how to do it), and a user can send a connection request and group admin can accept that request (need to subscribe new user device from admin device) (here where I am wondering how to manage subscriptions).
I am building this app for both web (a custom service) and mobile (plugin @ionic-native/fcm) apps.
Notes:

  1. A users must subscribe to topic when the connection request is accepted by him or by the admin.
  2. A user must unsubscribe when he leaves the group or when the admin remove him from it.

Questing: How to save users token when subscribing and unsubscribing him to group topic from admin device?

Any suggestion is appreciated.

Onesignal custom sound

$
0
0

Hello! Need tutorial of customizing OneSignal push sound and may be vibration!
Please suggest tips on how to do it

IonRouterOutlet has no animation in Ionic React 5.1.1

$
0
0

There is no animation when switching between tabs. That’s by design I believe, replicating what native mobile apps do.

You will see animations if you navigate between other pages. If you create a project based on the list template for example you will see the transition effect when selecting an item in the list.


IonRouterOutlet has no animation in Ionic React 5.1.1

$
0
0

Ah ok thank you for clarifying.

I was hoping I could get a slide in/slide out animation for tab switching out the box. Looks like I’ll have to keep attempting this with other packages.

Lock Windows 10 text scale on Windows App

$
0
0

Hello! This is my first post!

I’m developing a Windows 10 app, and I wonder if it is possible to lock the Scale factor from Screen Settings. Currently I’m working with a resolution of 1920x1080, and a scale factor of 150%. I would like to lock it to 100% somehow inside my Windows App, by CSS or some kind of meta tag?

Is there any way? Thank you

How show empaded video link and mp4 extention video

$
0
0

How show embedded video link and mp4 extension video please suggest me actually am getting two different video link form same api.
Thanks in advance

Http subscribe not working on real device

$
0
0

hey Were you able to solve this issue . I am getting same issue . But nothing seems to work . Any help is much appreciated.

Resize app how keyboard does it

$
0
0

this still works good , ty

Viewing all 230057 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>