One Search for Everything
Search for your favorite mobile apps, news, images, videos and more
Find Apps
Search for your favorite mobile apps with our state of the art technology.
More Categories
Access information from a variety of local services across different categories,
for a comprehensive and unique search experience.
Innovative+
Petal Search has been updated throughout with new features and
enhancements to bring you a wholly reimagined searching
experience.
Visual
Nearby
Petal
Recent
Secure
Adheres to strict privacy and copyright protection standards.
Petal Search has been certified by the European Privacy Seal for GDPR compliance.
Private
Incognito Mode
Incognito browsing.Personal data won't be tracked or
analyzed.Cookies
won't be saved.Compliant with GDPR privacy security standards.
Safe
Safe Search
Add restrictions to filter out illegal content and other
age
inappropriate content.
Protected
Copyright Protection
Content respects copyrights and is provided in cooperation
with copyright
organizations and in collaboration with new content providers.
Regional
Regional Data Storage
Data is stored in your region for a more secure experience.
New and noteworthy
Go shopping
Find great products at great prices with Petal Search
Free your hands
Use voice search and visual search to find the things you love
Find apps & more
Find your favourite apps and discover new ones
';
if ($('body').hasClass('huawei-v3')) {
$('head').append(SwiperJs);
} else {
return;
}
});
$(function() {
//innovative swiper
var innovativeContent = [
'Visual',
'Nearby',
'Petal',
'Recent'
]
if ($('.innovative-swiper').length > 0 ) {
if ($(window).width() > 991.98) {
var innovativeSwiper = new Swiper ('.innovative-swiper', {
autoplay: true,
loop: true,
effect: 'fade',
pagination: {
el: '.innovative-swiper .swiper-pagination',
clickable: true,
renderBullet: function (index, className) {
if (index < 2){
return '
' + '' + innovativeContent[index] + ' ' + '
';
} else {
return '
' + '' + innovativeContent[index] + ' ' + '
';
// return '
' + innovativeContent[index] + '1
';
}
},
},
})
} else {
var innovativeSwiper = new Swiper ('.innovative-swiper', {
loop: true,
pagination: {
el: '.innovative-swiper .swiper-pagination',
clickable: true,
},
})
}
$('.innovative-swiper .swiper-pagination-bullet').each(function () {
var _index = $(this).attr('aria-label').split('Go to slide ')[1];
$(this).addClass('a-common').attr({'cat':'Content Interactions', 'act':'Switch ' + _index, 'lab':'Petal Search Innovative -
'});
})
}
$('a.play_video1').on('click', function(ev) {
ev.preventDefault();
$(this).initH5player({ 'path': '', 'target': 'fancybox', 'autostart': true });
});
})
// function btn(){
// let bar = document.querySelector(".product-tabs__links a");
// bar.setAttribute("target","_blank");
// }
// btn();
// $("#second-navigation-v4 > div > div > div.product-tabs__links-container > ul > li > a").on("click",function(){
// var isAndroid = (navigator.userAgent.toLowerCase().indexOf('android') > 0);
// var metalink = 'hwsearch://com.huawei.hwsearch/home',
// deeplink = 'hiapplink://com.huawei.appmarket?appId=C100995735&channelId=0001&referrer=s.cloud.huawei.com/app/home';
// if (isAndroid) {
// if (metalink && (window.location.href = metalink)) {
// // 默认拉起下载
// setTimeout(function(){
// window.location.href = deeplink;
// }, 500);
// }
// } else {
// window.open('https://appgallery.huawei.com/#/app/C100995735');
// }
// });
$('.n09-footer').insertAfter('.content-v4');
$(function(){
// $(".banner-btn1").on("click",function(){
// dataLayer.push({
// 'event': 'bannerBtnClicks',
// 'pageCategory': "mobileservices",
// 'buttonName': "Download from AppGallery",
// 'pageName': "AppGallery",
// 'bannerName': "Enjoy every moment of your life",
// 'bannerPosition': "top",
// })
// })
// $(".banner-btn2").on("click",function(){
// window.dataLayer.push({
// 'event':'download',
// 'buttonName': "PetalSearch.apk",
// 'pageName': "Petal Search",
// 'buttonPosition': "top"
// })
// })
$(".banner-btn1").on("click",function(){
dataLayer.push({
'event': 'bannerBtnClicks',
'pageCategory': "mobileservices",
'buttonName': "Download from AppGallery",
'pageName': "HUAWEI AppGallery",
'bannerName': "Petal Search KV",
'bannerPosition': "1",
})
})
$(".banner-btn2").on("click",function(){
dataLayer.push({
'event':'download',
'buttonName': "PetalSearch.apk",
'pageName': "Petal Search KV",
'buttonPosition': "2"
})
})
})
$(function() {
let wW = document.documentElement.clientWidth,
wH = document.documentElement.clientHeight,
aspectRatio = wW / wH,
isPc = wW > 991.98;
if (isPc) {
$('.product-tabs__links').append("Join the community ");
// $('.product-tabs-wrap').on("mouseover mouseout", '.erweimaBTN', function (event) {
// if (event.type == "mouseover") {
// $(".topER1").css({
// 'opacity': '1'
// });
// } else if (event.type == "mouseout") {
// $(".topER1").css({
// 'opacity': '0'
// });
// }
// })
$('.product-tabs__links-container').css('margin-right', '0');
$('.product-tabs__links-item:last-child').css('padding-right', '0');
$('body').append('')
} else {
$('.product-tabs__title').append("Join the community ");
// $('.product-tabs-wrap .btn').css({
// "margin-right": "10px"
// })
// $(".product-tabs-wrap .topER1").css({
// 'display': 'none'
// });
$('body').append('')
}
$('body').append('');
// if (wW > 1000 || wW < 1200) {
// $('.product-tabs-wrap .erweimaLJ1.topER1').css('right', '-40px')
// }
})
$('.product-tabs-wrap').on("click", '.a-btn-install-ga', function() {
var $buttonName = 'Join the community';
var $pageName = 'HUAWEI Community';
var $buttonPosition = 'top';
var $pageCategory = 'mobileservices';
window.dataLayer.push({
'event': 'independentBtnClicks',
'pageCategory': $pageCategory,
'pageName': $pageName,
'buttonName': $buttonName,
'buttonPosition': $buttonPosition,
});
});