My app launch slowly
@yns23 wrote: Why my app take more time to launch at the beginin !?? Posts: 1 Participants: 1 Read full topic
View ArticleWhat is the best way to handle hardware back button in an angular app?
@harikvpy wrote: I’m referring to handling the back button from a feature’s root page. In Ionic V3 one could rely on the framework to handle this as the app would navigate the feature root page...
View ArticleSend video by udp
@lokiyo wrote: Hello I want to know if it is possible to send what is recorded by the camera in real time, using udp plugin of cordova, I want to send the video that is being captured by the camera...
View ArticleIonic/Cordova support for fingerprint scanner
@test-nikko wrote: Hi is there any plugin that supports finger scanning? Not like the fingerprint-aio that just authenticate the owner of the phone but I want something that I can scan the fingerprint...
View ArticleHow can I do the following with the tag?
@Kyrax80 wrote: I have the following piece of code: <ion-icon [class.rotate]="option.expanded" class="header-icon icon icon-button-right" [name]="option.iconName || menuSettings.arrowIcon"...
View ArticleDevelopment tools for Ionic
@yurisi wrote: Hello friends Which tool you use for code editing and developing? 10x Jur Posts: 1 Participants: 1 Read full topic
View ArticleSearchable dropdown
@pksquare wrote: How i make my dropdown searchable also these are the values in my drop down. i want to apply a search on this drop down. how i achieve this? Posts: 3 Participants: 3 Read full topic
View ArticleImages doing nasty resize effect when entering page
@Kyrax80 wrote: Hi, an image is worth a million words: As you can see when I search I change how the page looks and then when the search values are all deleted I then go back to the previous look. But...
View ArticleClose button in barcode scanner
@yoke92 wrote: Hi, i am trying to make a simple bar code scanner app, everything works fine but i need a close or back button on to the camera view, could someone help me I tried something like this...
View ArticleAlert cuts long text in Ionic 4
@orion64 wrote: Hi, if an alert has too much text, instead of scrolling the text it is cut and even the buttons can be reached. Is this a bug? should I rise a report? how? I’m using Ionic 4 beta 12...
View ArticleIonic Capacitor read image as Blob
@oliverandersen wrote: Capacitor provides the Camera Plugin so as we can take images on an h device - I am then using the Filesystem plugin to read the file. Capacitors filesystem however cannot read...
View ArticleAlert showing html code as text in Ionic 4
@orion64 wrote: Hi, This code works fine for Ionic 3 but in Ionic 4 beta 12, still not working. Is this a bug? should I report it? how? I read the beta doc and it doesn’t say anything of configuring...
View ArticleIonic Interpolation on HTML
@test-nikko wrote: Hi, I am trying to put a dynamic value in the selectOptions of ion-select like this [selectOptions]="{ title: {{ ‘store’ | translate }}}" but this got an interpolation error Posts:...
View ArticleInstalling Ionic Native in Capacitor
@oliverandersen wrote: I have installed a few Ionic native packages and followed the instructions on how to link them into capacitor: npx cap update However it only picks up the facebook Native...
View ArticleIonic3 google map not showing in navstack
@mehranReptal wrote: 0 down vote favorite I can’t show google map in ionic 3 application when using tabs with link. i got 3tabs and in 1 tab i have a link too google map for users. lets assume my...
View ArticleIonic 4. Example of app.module.ts
@anton_klochko wrote: Hi all ! Could anyone please show how should look app.module.ts in Ionic 4. I am trying to migrate from Ionic 3 to Ionic 4, but have a lot of mistakes … Where I need to declare...
View ArticleHTTP plugin cache request and response of my API call
@dhaneshgosai wrote: I am using cordova-plugin-advanced-http and call api through this plugin all transaction works well but as and when I got 401 error from server due to some issue at server side...
View ArticleIonic geolocation
@BennyTaccardi wrote: Hi to all, I’m trying to geolocate user in yours current position with ionic-native/geolocation plugin. My snippet of code is: this.geolocation.getCurrentPosition().then(res...
View ArticleIonic 3 Firebase Phone Authentication not working on phone
@imrangmworld wrote: Here below is the source code I am using for Firebase phone authentication. This is working fine on browser. But once I create .apk file and tests on my android phone it shows me...
View ArticleGet problem in vedio plugin
@pksquare wrote: I am using ionic-native/streaming-media plugin to play youtube video inside my app but it through an error Error: MediaPlayer Error: Unknown (1) -2147483648. Please suggest me some...
View Article