mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
@@ -22,7 +22,7 @@ export class PreviewCameraPage implements OnInit {
|
||||
|
||||
@ViewChild(IonSlides) slides : IonSlides
|
||||
image: any;
|
||||
username: string
|
||||
name: string
|
||||
_updatedAt: string
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ export class PreviewCameraPage implements OnInit {
|
||||
|
||||
ngOnInit() {
|
||||
this.image = this.navParams.get('image')
|
||||
this.username = this.navParams.get('username')
|
||||
this.name = this.navParams.get('username')
|
||||
this._updatedAt = this.navParams.get('_updatedAt')
|
||||
console.log(this.image)
|
||||
// this.image = this.myimage
|
||||
@@ -109,8 +109,6 @@ async getIconGallery(){
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
async getIconShare(){
|
||||
|
||||
@@ -118,7 +116,7 @@ async getIconShare(){
|
||||
await Share.share({
|
||||
title: 'See cool stuff',
|
||||
text: 'Really awesome thing you need to see right meow',
|
||||
url: this.image,
|
||||
url: "https://www.google.com/search?q=joao+louren%C3%A7o&rlz=1C1SQJL_pt-PTAO977AO977&sxsrf=AOaemvIEvXz_WiqNNapjaoE42Q8b71jtiA:1638355797910&source=lnms&tbm=isch&sa=X&sqi=2&ved=2ahUKEwjo9uX6tsL0AhXTlWoFHX1XAtcQ_AUoAXoECAMQAw&biw=1920&bih=937&dpr=1#imgrc=lH5UYZyhPKBhHM",
|
||||
dialogTitle: 'Share with buddies',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user