Questions tagged [smart-app-banner]

14 questions
5
votes
2 answers

Does iOS Smart App Banner work in iOS Chrome/Firefox browsers?

Does Smart App banner work in any other browser in iOS device other than Safari Mobile browser ?
yathirigan
  • 5,619
  • 22
  • 66
  • 104
5
votes
0 answers

Element not showing with position bottom 0 when appear Smart App Banner

Unfortunately the bottom: 0 doesn't show the element because Smart App Banner of the Apple Store app taking top space out of Is there any solution to fix it or to detect Smart App Banner open or not to add CSS solution with adding more unit…
Mo.
  • 26,306
  • 36
  • 159
  • 225
4
votes
0 answers

Use smart things SDK for our own custom android app and provision Samsung smart devices, ex- fridge etc (not using Samsung smart things app)

I want to create a section in my existing Android app to make my end-users capable of connecting & discover their Samsung brand smart devices and appliances using Smart Things SDK I have explored the API 3 documented on the Samsung website but did…
Puja
  • 192
  • 9
1
vote
2 answers

How to prompt native app install banner in Android using gatsby manifest

I'm trying to prompt a native install banner in my webapp using gatsby. I know that for chrome I need to create a manifest but I did it with gatsby-plugin-manifest. This is how I have the config file: resolve: 'gatsby-plugin-manifest', …
1
vote
1 answer

Can Android Native App Install be considered as iOS Smart App Banners?

I see conflicting information regarding Android's 'Native App Install' feature. I still have the following questions. Can someone help to clarify ? Can we say it is Android's equivalent of iOS Smart App Banner ? Does it show if app is installed ?…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
0
votes
0 answers

Safari smart app banner open only AppStore instead of installed app - iOS

The Meta tag is added in the html as below with correct and actual values The web page on mobile browser successfully shows the prompt.…
Rana Ijaz
  • 458
  • 5
  • 14
0
votes
0 answers

Get rid of iOS-Safari smart app download banner

When I open my website in iOS-Safari it shows a Smart App Download Banner but the problem is we have implemented our own custom download banner which works perfectly fine. In case of iOS-Safari two banner appears Smart App Download Banner Our…
user294754
  • 343
  • 2
  • 3
  • 9
0
votes
0 answers

Smart banner in nuxt.js

I have an nuxt project and I want to add app banner like smart app banner. But smart app banner just works on Safari, not in other browsers. Which app banner package can I use that works on all browsers? In app.html, I add these codes `
0
votes
0 answers

How to implement the authorization using smart app fhir service using asp.net blazor?

Can any one please help me on code sample to implement the cerner authorization using asp.net blazor web assembly I am new to smart app fhir service. I have to land launch page from there I have to move home…
0
votes
0 answers

Smart Banner not coming

I have published my app on iOS Appstore. To show smart banner I use following code on my webpage. Kinjal's Games
kinjal
  • 1
0
votes
1 answer

How Can I make Apple App Clip Smart Banner show?

I recently developed an App Clip and published it on the App Store. I've created the default app clip experience and put the apple-app-site-association file in the .well-known directory. The JSON looks like this. { "applinks": { "details":…
MatBuompy
  • 402
  • 5
  • 12
0
votes
0 answers

hide smart app banner when running from apk or ipa

I have a mobile website and an android app. The android app is created as a container for the same mobile website. I have installed smart app banner package in my website project and when I tried the mobile website using my android device that smart…
Jack
  • 259
  • 4
  • 18
0
votes
1 answer

Any issues with Firebase Dynamic Links in iOS 13?

Is Firebase Dynaic Links (to the App if installed or to Store if app has to be downloaded) working fine in iOS ? Usecase: We have a webpage (with user context) and we want to have a link to our Mobile App (Launch App if available or direct to…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
0
votes
1 answer

angular 5+ implement smart-app-banner vanilla JS

I am trying to use smart-app-banner in my app, but since there are no typings on the web for it, I don't know how to use it within angular. So far I've got this in my app.component.ts : import * as smartBanner from "smart-app-banner"; let…
Tanasos
  • 3,928
  • 4
  • 33
  • 63