We have Urban Airship integrated in our app, and some pushes determine a landing page is displayed to the user when the app is opened.
This landing has a button that will usually trigger a deeplink, taking the user to a specific flow within the app.
The problem is that, when doing so, the landing page banner is NOT being dismissed. The deeplink works properly, but the banner is still shown above everything else, forcing the user to close it with the upper-right close button.
Any ideas on why this might be happening? Did somebody run into this issue? We are not doing anything on our end to handle this behaviour as I understand it should be automatic.
Thanks in advance for any tips you might throw our way ;)
Are you using one of the templates? There is a checkbox "close after action" that needs to be checked:
If you are using a custom template, call UAirship.close() after running the action.
Related
So I have coded myself a way to display the pop-up encouragement to add the app to home screen on iOS for PWA. OK, user does it, when he clicks through the app all is good. However, when he returns to the website, I want to check whether the app has already been added to the home screen. I have found only this so far: https://stackoverflow.com/a/39986409/6470918
This states that basically it is impossible. Did this situation change during the last two years?
Thank you in advance,
Grzegorz
An app is currently outdated and to avoid the users to use its incorrect results, we decided to suspend this app until we have the algorithm updated.
We have tried the following:
Titanium.Platform.openURL("http://example.net");
This will open the web browser to a URL of our selection. However, in iOS there is a little "go back" link in the top left hand corner, which will lead the user back to the broken app. We want to avoid this. Basically, we want the app to be inactive all the time - whenever the user attempt to activate it, the designated page behind the URL should be shown.
How can we do this?
Why not just temporarily replace the main page of you app with a full screen web view showing the desired URL? The user stays in your app but still can only access the web page you direct them to.
I want to implement hints for the users who are going to visit my App for the first time. And when the users click on that a popup would appear like my screenshot which I have attached and explain the users about it. Any idea how to handle this.
i have a problem about devise messages. When i sign in into my page, a notice messages "welcome to my blogs" show up and if i go to another page and go back through button back in browser, i still got this message, how to make is disappear? I know we can do it by refresh any page when back button pressed, but i don't want to do that, any one have another ideal for my problem?
You probably didn't do a check to dismiss this notification upon user logged in.
You can check this link on how to do that. https://coderwall.com/p/b5lhog/ignore-turn-off-devise-config-reconfirmable-while-saving-email-in-update-action
To style your notification as well you need this. I have used this video multiple times on different projects. https://www.youtube.com/watch?v=87fBAWc25Sk
I need to simply refresh the page upon someone selecting the twttter connect button. Right now it just gives a pop up to allow the app, then changes the button to connect, but stays on the same page.
Without any code, Im going to stab at theres some javascript going on, at the end, just set the window.location to be the page as it is, should reload.