999 comments found.
Contact us for installation, editing and all errors. whatsapp: +4915778432207 Mail: appflix@yahoo.com Telegram: lanedlyqenc
Hello, I am testing with distances less than 1000 meters but it shows me in kilometers. for example: the distance is 700 meters but in the app it shows me 0.7 km. the correct thing should be 700m. how could i solve?
Hi, about distance its point to pint distance, its not distance by road, and about unit you can choose unit from AppConfig.java you can choose km or m
sdk 30 ?
Yes target SDK 30
Good luck with your sales
Thanks gan 
Hi, I have some questions. 1.- Can you create, modify and delete the categories from the admin panel?
2.- will there be a fluter version?
Hi, category cannot manage from admin panel,
Now on development
so I can only modify via source code? I want to change to Spanish, is the categories editable from source code?
Yes you can change it from source code
Hello, a query could you tell me how to add in the description of the place the piece of code from iframe video youtube please. an example please.
You must change youtube url with embed
here the example https://www.w3schools.com/html/html_youtube.asp
Hello, I want to view youtube videos in NEWS INFO but I have problems in viewing youtube videos with the iframe, I have also reviewed these examples https://www.w3schools.com/html/html_youtube.asp
When I register from the admin panel, it only shows me the source code of the iframe and not the video. it only works when it is manually registered in the database.
Another drawback that I see in the app is the calculation of the distance from the location of the device to the places.
How can I get and calculate a more accurate distance? for example from my location to point B it is actually 900 meters. but in the app it calculates only 400 meters. Another example is that if up to point B is 3km the app only calculates 2.5 km Note.- I have my phone’s GPS on but still the distance is not calculated correctly.
since using the google maps app it shows me the most accurate distance.
Please help me with these inconveniences.
Hi, you must select button Toggle HTML before put iframe code, https://prnt.sc/130hyhf
In the city app for distance we calculate point to point not by route/road, so it may different with google map calculation
Yes when please press refresh button when you want update distance value, because once its loaded it will save on database offline, you need to press refresh to update distance
Thank you very much for answering me and I have been able to solve this problem. but now i have found another problem. on the remote server You cannot delete the IMAGE OPTIONAL from the admin panel. It shows me the dialog if I want to delete, I press the OK button. but it doesn’t eliminate me. everything works normal on my localhost. could you help me solve it please
Hi, about that error we need to know details of your admin panel, please email us or chat us on dev.dream.space@gmail.com
Hi, when I upload an app on Google Play, I get an error
Android App Bundle signed with the wrong key. Make sure the App Bundle is signed with the correct key and try again. Your App Bundle must be signed with a digital fingerprint certificate SHA1: 7A: 5E: 5F: F1: 61: 2A: 64: B2: EE: 37: 74: B7: 8E: 53: 12: A4: EB: 07: 28: 3A . However, the certificate that signed the downloaded App Bundle has the following digital imprint: SHA1: 46: E2: 28: E5: 73: 81: C1: EE: 40: 2C: 41: 9F: A2: AF: C0: F1: 84: 1B: E6: 95
can you tell me how to fix it?
Alreade fix it)
When flutter version will be available?
Hi, its about 1 month, now on progress
Hi! Does this app still work? I want to buy it, to create an app for my city. Thanks!
Hi, yes this app still working
Thanks, I already bought it before you replied. I like it, nice job!
Thanks for purchasing 
Are you going to add some new functionalities like weather and place rating?
For now we have no plan to add feature like that
That’s too bad, because with the time your app will become old and not competitive with others apps on the market.
We now on progress develop flutter version
please tell what settings needed to stop ad
at data/AppConfig.java
Hi. after changing admin username and password, i can’t login to admin panel using neither new account nor old one
You must use alphanumeric for username and password, not you can change it directly into database table, for password use md5 encrypt
hi! can you upload or link youtube videos in order to show into the app?
Hi, you can put iframe youtube inside the place description
I bought this app and had some problems compiling it, but the support I received was fantastic. Every question was answered quickly and I was able to solve all issues quickly. You can even pay for some customisation (on Fiverr).
Thanks 
Please add facebook ads and startapp
Its included for customization, we have services on fiverr
How can I disable text selection/copy in description section of places
Hi, you can try this https://stackoverflow.com/a/12793740 for webview located at ActivityPlaceDetails.java
i have added youtube iframe in place description as given in demo. When place loads, the video is overlapped by youtube menu (loop, copy url, copy embed code, copy debug info). How to disable it?
Hi, can you capture it
Have sent you an email with capture.
Where to change FCM notification message ‘new place added’
Sending FCM notification when new place added does not update sqlite database and new places are not showing in app after refresh. Clicking on new place added notification opens up old place in app which is already added.
Tried FCM again. If app is closed, clicking on FCM notification opens new place. But after clicking refresh in app, the new place disappears.
can we know your admin panel url?
I can share on your email ID
sure here dev.dream.space@gmail.com
Solved. I purged varnish cache.
Deleting place from admin dashboard is not deleting place from database.
can we know hosting provider that you used?
pls reply
Hi, sorry for our very late reply, can we talk on email or hangout, we need to know you admin panel url and password
Sorry, it is working now. Server issue.
Is favorite restored when user deletes app and reinstalls
Favorite will not restored when user clear data or uninstall app
Where can Browser Title be changed – “The City Admin”
you can change at root folder file named index.html tag title
Thanks. Can you also share where admin dashboard drawer color can be change? md-toolbar.md-hue-2:not(.md-menu-toolbar) { background-color: rgb(0,131,143);
Yes it can be change, but you must change main color from app.js, we write it on documentation
I have tried this code: // Extend the amber theme with a few different colors var lightAmber = $mdThemingProvider.extendPalette(‘amber’, { ‘500’: ’#383838’ });
It did not work. Is there a simpler way. Maybe you can share sample code.
can we know which color you want to use, please select on from here https://material.io/design/color/the-color-system.html#tools-for-picking-colors
we will sent you the code
FFAC84 (primary), #383838 (secondary)
Hi, your comment is empty
FFAC84 (PRIMARY), 383838 (SECONDARY)
replace your app.js with this https://pastebin.com/raw/EC2Pu6fk
Hi! Where is the place data stored? Is it stored online or only in a local database?
Hi, master place saved on admin panel (online), and its load by app and save into local database(sqlite)