Ionic display contacts similar to local device contact list - ionic-framework

I have an Ionic app that I'm developing, where I need to have a customized contacts list.
I want to display it similar to the local device contact display where a user can scroll to a alphabetized group by clicking on a letter on a vertical list to the right of all entries.
Anyone seen any good examples of this?
Again, using Ionic / Cordova

You can follow these link. It has ion-alpha-scroll that you are looking for.
ion-alpha-scroll
Regards.

Related

How to receive a push notification when you are near a specific place using a map?

I'm new to Ionic, and I'd like to know if you can give me some guidance. I am using Ionic 1. I have seen tutorials, and they use Google or one signal. But they are always basic tutorials and I have many doubts. I hope to do this for both iOS and Android.
My application has some coordinates in the database, I get them with a web service. I would like that when I'm near a place I get a push notification. I am currently using the Google Maps plugin cordova-plugin-googlemaps and the geolocation plugin cordova-plugin-geolocation.
I would like you to give me advice or if you have had the experience of doing something like this.
I also want to know if doing this has any cost.
I am using Ionic 1 and the database is built in MySQL using PHP. I think the push notification is generated from the back-end?
When I tap on the notification, can it contain an iconor redirect to a specific place in my app?
In conclusion:
What is the best alternative? I was thinking of some plugin that detects in the background when my location changes and when this happens (does the cordova-plugin-geolocation do it?) verify if I'm close to a certain place and send a local notification. For example, and when I tap on this notification I can get the id of that place and redirect to a place in my app.
I think you should try geofence
repo link
example links:
https://github.com/cowbell/ionic-geofence built with Ionic framework
https://github.com/tsubik/ionic2-geofence built with Ionic 2 framework

Creating search bar on google maps in Ionic native app?

I'm trying to build a simple android app with Ionic native. I'd like to add a search bar to my google map. I'd like users to be able to type an address (or just a city), autocomplete would help them choose and when they click on one of the offered adresses, the map would show the city.
I googled how to do it, but only found Ionic2 and java solutions. I only want to Could someone give me any pointers on how to do it?

How to download the source code from Ionic View

I have my app on Ionic View app, which also means that it is on ionic.io. Is there a way to download the source code?
Unfortunately, this feature is currently not possible. I don't think it will ever be possible.
What you can do, but only if it's your application and you can prove it. Come to the Ionic Official Forum, post a message kindly asking admins (not moderators, I'm one of them and I know I can't help you) if they can mail to you your app.
Or you can mail them here: help#ionic.io
Did u get this resolved? I managed to download my latest code from ionic.io.
Click on your profile link at the top right of ionic.io, then go to the Data link on the left, enter your app id and click recover.

Is it possible to add additional options to the location info view in the iPhone maps app?

Currently, when I find a location in the Maps app on the iPhone, I can go to the info screen and click the phone number to call them, the website address to visit the website, etc. I would like to develop an app that adds additional options to this page. I suspect this is not possible, but I was hoping someone here on SO would tell me otherwise. Thanks!

Is it possible to rearrange a mobile web UI given a link?

Given a link:
http://m.llmtrafik.gov.my/TrafficList.aspx
It works well if I browse it on Mobile Safari.
However, I'm thinking of designing a free application by transforming the mobile page(3rd party) into an application by:
removing top panel which contains image button
remove the footer which contains copyright information
Is it possible to achieve this?
Thanks in advance.
You can use 'media=screen' to target iPhone and Android devices for CSS. Here's a decent link on the topic.