Travel Data Post - Ionic 3 App With PHP BackendTravel Data Post - Ionic 3 App With PHP Backend
Mobile application stores picture, GPS data, text. You can upload the data to your website (PHP). Average rating of 5.0 based on 1 votesTravel Data Post - Ionic 3 App With PHP Backend
Mobile application stores picture, GPS data, text. You can upload the data to your website (PHP). Average rating of 5.09 Support questions or comments
Please login or create an account to post a question or comment.
-
May 10, 2020jatmika PurchasedI get error : No resource identifier found for attribute 'appComponentFactory' in package 'android'
please help - View 2 more replies
-
May 11, 2020smartcodecreator AuthorNo. I developed in Ionic 3
-
May 16, 2020jatmika PurchasedI success to remove android and add android.. but when i build i get error :
BUILD FAILED
Total time: 2 mins 40.455 secs
Error: cmd: Command failed with exit code 1 Error output:
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlinteprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlinteprecation for details.
D:\ionic\datapost\platforms\android\AndroidManifest.xml:22:18-86 Error:
Attribute application@appComponentFactory value=(androidx.core.app.CoreComponentFactory) from [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86
is also present at [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 value=(android.support.v4.app.CoreComponentFactory).
Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:5:5-35:19 to override.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':processDebugManifest'.
> Manifest merger failed : Attribute application@appComponentFactory value=(androidx.core.app.CoreComponentFactory) from [androidx.core:core:1.0.0] AndroidManifest.xml:22:18-86
is also present at [com.android.support:support-compat:28.0.0] AndroidManifest.xml:22:18-91 value=(android.support.v4.app.CoreComponentFactory).
Suggestion: add 'tools:replace="android:appComponentFactory"' to <application> element at AndroidManifest.xml:5:5-35:19 to override.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. -
May 17, 2020smartcodecreator AuthorNo no Remove and add Android command is not enough!
Please Use same commands As in the Instructions.
npm install [email protected] -g
npm install -g [email protected]
npm install [email protected] -g
cordova platform remove android
cordova platform add android
npm install -g cordova-plugin-update
ionic cordova run android -l
-
Aug 16, 2018acarlos01 PurchasedHello please!
Friend that part of laravel did not come in the file that is the part where the submissions are to view:
http://qrparty.hu/traveldatapost/public/worker/
When I click on the application to save and upload to my server it fails and it does not save on my web server. Why will you be friends?
And in the laravel file the worker is not working. I could check!
I await the answer. - View 7 more replies
-
Oct 30, 2019jatmika Purchasedcan you help me how to upload multiple image?
-
Oct 30, 2019smartcodecreator AuthorHi,
This app uploads only single pictures. -
Nov 7, 2019jatmika Purchasedif you have the code upload multiple image, i want to buy it.
-
Aug 14, 2018acarlos01 PurchasedHello how do I change the url of the admin panel http://qrparty.hu/traveldatapost/public/
to my administrative dashboard within the application? - View 1 more reply
-
Aug 14, 2018
-
Aug 14, 2018acarlos01 PurchasedThank you very much!
-
Aug 14, 2018
-
Jan 11, 2018acarlos01 Purchased
Hi friend when you could send me the backend in php Laravel just like your site, therefore, I need it because the map with the travel photos appears.
http://qrparty.hu/traveldatapost/public/
my e-mail to send the panel in Laravel: [email protected] -
Jan 11, 2018smartcodecreator AuthorOK I have sent the link of the code.
-
Jan 10, 2018acarlos01 PurchasedError when I click on the application camera see below:
Runtime Error
Uncaught (in promise): cordova_not_available
I wonder why?
Made according to doc folder doc -
Jan 10, 2018smartcodecreator Authorcordova -v
The result is?: 7.1.0
2: Try to connect yout REAL (Android) phone
3: Try reinstall your cordova camera plugin:
cordova plugin remove cordova-plugin-camera
cordova plugin add cordova-plugin-camera
npm install @ionic-native/camera --save
-
Jan 10, 2018smartcodecreator AuthorDoes the Abdroid Emulator appear?
Keep in touch!
-
Jan 7, 2018acarlos01 PurchasedHello error install ionic
[00:34:25] tslint: C:/TravelDataPost/src/providers/image.ts, line: 8
'CameraOptions' is declared but never used.
L7: //import { Camera } from '@ionic-native/camera';
L8: import { Camera, CameraOptions } from '@ionic-native/camera';
[00:34:25] tslint: C:/TravelDataPost/src/pages/add/add.ts, line: 383
Duplicate variable: 'url'
L383: var url = codepath + '/' + "upload.php";
[00:34:25] tslint: C:/TravelDataPost/src/pages/add/add.ts, line: 430
Duplicate variable: 'current_codepath'
L430: var current_codepath ='';
L431: if (codepath.substr(codepath.length - 1) === '/' {
[00:34:25] tslint: C:/TravelDataPost/src/pages/add/add.ts, line: 435
Duplicate variable: 'url2'
L435: var url2 = codepath + '/' + "store.php";
[00:34:25] tslint: C:/TravelDataPost/src/pages/add/add.ts, line: 23
'cordova' is declared but never used.
L23: declare var cordova: any;
[00:34:25] tslint: C:/TravelDataPost/src/pages/add/add.ts, line: 489
'browser' is declared but never used.
L488: if (url == undefined) {
L489: const browser = this.inAppBrowser.create("http://qrparty.hu/traveldatapost/public",'_blank',{location:'yes
L490: } else {
[00:34:25] tslint: C:/TravelDataPost/src/pages/add/add.ts, line: 491
'browser' is declared but never used.
L490: } else {
L491: const browser = this.inAppBrowser.create(url,'_blank',{location:'yes'});
[00:34:25] tslint: C:/TravelDataPost/src/pages/add/add.ts, line: 9
'FileTransfer' is declared but never used.
L8: //import { Transfer } from '@ionic-native/transfer';
L9: import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer';
L10: import { Http } from '@angular/http';
[00:34:25] tslint: C:/TravelDataPost/src/pages/add/add.ts, line: 9
'FileUploadOptions' is declared but never used.
L8: //import { Transfer } from '@ionic-native/transfer';
L9: import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer';
L10: import { Http } from '@angular/http';
[00:34:25] tslint: C:/TravelDataPost/src/pages/home/home.ts, line: 8
All imports are unused.
L7: import { Platform } from 'ionic-angular';
L8: import { InAppBrowser } from '@ionic-native/in-app-browser';
[00:34:25] tslint: C:/TravelDataPost/src/app/app.module.ts, line: 22
'CameraOptions' is declared but never used.
L21: import { HttpModule } from '@angular/http';
L22: import { Camera, CameraOptions } from '@ionic-native/camera';
L23: import { InAppBrowser } from '@ionic-native/in-app-browser'; - View 4 more replies
-
Jan 9, 2018smartcodecreator AuthorHi, I have uploaded the new package now. Ionic ClI is strange The 'InAppBrowser' import is used. I have updated the doc file. Keep in touch. Write me about the built.
-
Jan 9, 2018smartcodecreator AuthorVideo about the : ionic cordova run android: https://www.youtube.com/watch?v=ll1w07ByQxY
-
Jan 9, 2018acarlos01 PurchasedHi friend could you send me the administrative panel in php just like your site http://qrparty.hu/traveldatapost/public/
in Laravel. I already sent you an email.
-
Jan 5, 2018acarlos01 Purchasedwhy does not have a php backend equal to your site http://qrparty.hu/traveldatapost/public/
-
Jan 5, 2018smartcodecreator AuthorThis is the server side code: https://bitbucket.org/webeswork/traveldatapostserverside/src/
I can send the full Laravel PHP code If you write me an email: [email protected] -
Jan 7, 2018acarlos01 Purchased
Hi, I already registered an email I sent to your email requesting the php backend equal to your site
-
Jan 5, 2018acarlos01 PurchasedHi did not come the documentation to install the ionic and nor to install the php backend
-
Jan 5, 2018smartcodecreator AuthorIf you have more question Please write to the forum: https://groups.google.com/forum/?hl=hu#!forum/travel-data-post-mobile-application
-
Jan 9, 2018smartcodecreator AuthorUpdate:
Travel Data Post Install
###################################
1. Install NodeJs with deafult setting.
Download from here: https://nodejs.org/en/
You can choose the „LTS” package. (8.9.4)
Restart PC
Check npm version:
npm –v
2.
Before installing Android SDK, you need to install Java Development Kit (JDK).
Install 1.8 JDK
http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
3.
Install Android Studio.
https://developer.android.com/studio/index.html
I went to File -> Settings -> System Settings -> Android SDK > SDK location > EDit
Install Android SDK ( it takes time)
Android studio: Tools >Android > AVD manager: A please use API 24 level
SDK Platforms:Install Android 7.0 (Nougat)
SDK Tools: Select All checkboxes
SDK Update Sites: Select All checkboxes
4.
Install Ionic:
npm install [email protected] -g
Cordova:
npm install -g [email protected]
5.
Reinstall Android platform:
cordova platform remove android
cordova platform add android
//cordova plugin update
npm install -g cordova-plugin-update
//run android
ionic cordova run android -l
-
Sep 22, 2017hjanjua PurchasedI am getting following error while compiling the android build
macmini:traveldatapost hjanjua$ ionic run android –l
******************************************************
Dependency warning - for the CLI to run correctly,
it is highly recommended to install/upgrade the following:
Install ios-sim to deploy iOS applications.`npm install -g ios-sim` (may require sudo)
Install ios-deploy to deploy iOS applications to devices. `npm install -g ios-deploy` (may require sudo)
******************************************************
> ionic-hello-world@ ionic:build /Users/hjanjua/Documents/Godaddy Backup/source_code/traveldatapost_pack/traveldatapost
> ionic-app-scripts build "–l"
[23:49:41] ionic-app-scripts 1.1.4
[23:49:41] build dev started ...
[23:49:41] clean started ...
[23:49:41] clean finished in 92 ms
[23:49:41] copy started ...
[23:49:41] transpile started ...
[23:49:51] transpile finished in 10.44 s
[23:49:51] preprocess started ...
[23:49:51] preprocess finished in less than 1 ms
[23:49:51] webpack started ...
[23:49:53] copy finished in 12.36 s
[23:50:21] webpack finished in 29.28 s
[23:50:21] sass started ...
[23:50:25] sass finished in 4.76 s
[23:50:25] postprocess started ...
[23:50:25] postprocess finished in 1 ms
[23:50:25] lint started ...
[23:50:25] build dev finished in 44.73 s
[23:50:53] tslint: src/pages/add/add.ts, line: 14
Unused import: 'InAppBrowser'
[23:50:53] tslint: src/pages/home/home.ts, line: 8
L13: import { Platform } from 'ionic-angular';
L14: import { InAppBrowser } from 'ionic-native';
Unused import: 'InAppBrowser'
L7: import { Platform } from 'ionic-angular';
L8: import { InAppBrowser } from 'ionic-native';
[23:50:53] lint finished in 27.23 s
Error: The platform "–l" does not appear to have been added to this project.
Please let me assistance from the developer - View 6 more replies
-
Dec 13, 2017smartcodecreator AuthorHi, thank you! I haven't other option in this form or any contact of yours. Write me to the [email protected] if you have problem with the install. I have tested the Android version on the WIndows.
-
Sep 20, 2018acarlos01 Purchasedfriend please how to change the columns of the database in the laravel of the administrative panel to other names wanted to change to another name the database and the columns.
-
Sep 21, 2018smartcodecreator AuthorPlease use your PhpMyadmin panel
Free support
Future product updates
Quality checked by Codester
Lowest price guarantee
Not available
Future product updates
Quality checked by Codester
Lowest price guarantee
Information
Category | App Templates / Ionic / Full Applications |
First release | 15 May 2017 |
Last update | 12 March 2018 |
Files included | .css, .html, Javascript .js |
Tags | android, php, image, iOS, photo, iPhone, gps, location, angular, ionic, typescript, Ionic 3, PWA, shared hosting |