APK not found after running ionic build --prod --release
@rohankapurmobile wrote: I ran the following command: ionic build --prod --release --platform=android The build succeeded, however I am unable to locate the APK file generated. Any ideas as to where...
View ArticleCan I use this react native plugin in ionic 4
@SanduCuragau wrote: npm react-native-appstore-version-checker A react native module to find the app version on play store and ios app store Posts: 1 Participants: 1 Read full topic
View ArticleMulti touch
@shaileshrv1432 wrote: Hi, I am working on some small application for learning purpose. I have some requirement where i have to use multi touch for the application. I have searched but i could not...
View ArticleIonic-v1 app will not launch on iOS: "StoreKitUIServi:429 has active...
@stefk wrote: This problem did not start until updating to the latest XCode a few days ago. I have an app that builds and runs for Android with no issue. However, building/archiving it in iOS...
View Article[IONIC 4] Others methods to download files
@mathm3 wrote: Hi! I have problem with file transfer plugin, I can not download files (although in some tests I get a url through entry.toURL (), but on going the folder has nothing). I wonder if have...
View ArticleScroll content to top/bottom using ionic 4 - Solution
@champion007 wrote: Here is a working sample , tested on mobile devices and browsers for scrolling content top/bottom. HTML Code - <ion-header> <ion-toolbar> <ion-title> Scroll...
View Article[Ionic 4] Open New Window in iOS Safari
@blakezeisler wrote: I am trying to open a new window on a button click with the below code, but the button event is not triggered on iOS Safari. I can’t use inAppBrowser for this because it needs to...
View ArticleCreate and update my device contact account
@atulmahankal wrote: I want to use contact details to be sync in device account for contact and calender with my app name like Facebook, Google, WhatsApp, etc I search & found many example to...
View ArticleInAppBrowser header issue for iPhone X or similar devices, which uses notch...
@champion007 wrote: Here is a working workaround/example tested on iOS/Android devices having notch display to make header fit to screen. Plugin Version - **<plugin** name **=**...
View ArticleWhite Screen of Death Again..(Ionic 4)
@PratikVaity wrote: I know this question is asked a multiple time. But I did not get a solution so I am explaining my problem again. So here’s the issue. I am trying to implement map functionality in...
View ArticleHow to set color of side menu button (Hamburger) on ios?
@peterjc wrote: I have an Ionic 4 application, using a side menu, where I my title bar is set to my primary color, and so on iOS I cannot see my side menu button. On Android, the button is white so I...
View ArticleUsing Leaflet and OpenStreetMap in an Ionic Application in one Go
@matthew974 wrote: Google Maps is the leader when it comes to geolocation and map services. In this tutorial, we will use Leaftlet and the OpenStreetMap service in an Ionic application to see what...
View ArticleIonic 4 - BLE
@CloudQuist wrote: Hi Ionic forum I’ve been looking through the docs - and the whole internet - to find anything describing how to use BLE with Ionic 4. Everything I find is related to Ionic 3, so I...
View ArticleI'm trying to start new project with ionic but i have an issue
@ahmadhozien wrote: Capture.PNG985×521 12.8 KB Posts: 1 Participants: 1 Read full topic
View ArticleRadio button checked="true" is not working
@flycoders_sourav wrote: Radio button checked=“true” is not working below is my code <ion-row radio-group [(ngModel)]="donate_plan" (ionChange)="onChange(donate_plan)" > <ion-col col-6>...
View ArticleCannot push to Appflow
@naughty-cookie wrote: I’ve created a new project and linked it on Appflow. I’ve added the ssh key to the agent and the Appflow. But still whenever I do git push ionic master it returns the following...
View ArticleCannot use DevApp
@naughty-cookie wrote: I’ve followed all the instruction on theofficial documentation but it doesn’t show up the in the DevApp app on ios. I’ve also tried typing the address manually : 192.168.0.1 and...
View ArticleShow images from data directory. (V4)
@KnowYourselves wrote: Hello! I have the following problem: I’m doing an app were the users must select a zip file that the app will parse. I unzip the content (images) into the data directory and...
View ArticleResize app how keyboard does it
@nathantaal wrote: Hello everyone, I was was wondering which Java code is responsible for the app resize like what happens with the ionic keyboard. The whole app including tabs is getting pushed to...
View ArticleHow to change the color of route via directional service ionic3?
@RomnEmpire wrote: hi , I have implementing the live tracking in our application but i need to change the color of the route but we check our scenario Example : Suppose our bus is arrirved from point...
View Article