In mobile website, the mobile browsers asks me sporadically to open the next webpage on WHICH BROWSER? How can i remove this? - mobile

In my product's mobile website, when user is clicking something he/she is getting choice to choose the web browser.
Suppose user has opened website on android phone- on chrome browser. Now when he/she is clicking Next button, its telling him to choose the browser in which next link should be opened - For example: IE/Chrome/Opera. I want to remove this completely. Giving user choice of browser on every/multiple clicks is not required here. How do i remove this?
Suggestions please. (Someone suggested me it might have something to do with deep linking, but i am not sure about that). Any help/direction would be highly appreciated.

On android you should be able to open the link and hit always on the browser you want to use , don't use open once. Hope that helps!!

Related

Force SPA Add to home screen popup to display even after adding to home

I am developing a PWA using react JS
There is a requirement that we need to display the add to Home screen even after the App has been added to the Home screen for the first time
Can any body suggest if this is possible and how?
INFO: Mostly this app will be run on Google Chrome and Safari
Refer to this answer. You simply can't do that, unless you want to do it in specific development/test machines where you can set the below chrome flag,
chrome://flags/#bypass-app-banner-engagement-checks
You can't expect all your end users to set this flag, so this can't be a solution for all the real users.
I also don't see why you would have to show the banner even after adding to home screen, for any other use case. Browsers don't allow this for obvious reasons. It will be annoying the user, if the prompting is left to developers. Linked answer have more clarification on the same.

Get destination of silverlight link

I visited a web page with an embedded silverlight.
If I press a specific button on that page, I will get a download window in Firefox. So I think this is just a link. Can you tell me how I can get the HTTP address of the link?
I want to create an http link to the same destination but for this, I need the destination..
Best,
dwi
I got it. Just download in Firefox and go to download history.
There you can right click and select "Copy download link".

Mobile Friendly PayPal Buy Now Button

I've set up a Buy Now PayPal button on my site and everything works absolutely fine, including the PDT, etc.
However, on the mobile version of my site, the payment page is not at all mobile friendly. When the user clicks/taps "Buy Now", they are redirected to PayPal, but the screen that is displayed is not responsive.
I'm just using the standard code from the Buy Now button generated through PayPal. Am I missing something here?
Thanks in advance.
There are some feature that is not supported on mobile checkout page.
If you use these the checkout page will still be a PC page.
Please refer to the page below:
https://developer.paypal.com/webapps/developer/docs/classic/products/mobile-paypal-payments-standard/#usecases

How to detect clicked links in CefSharp 3

I recently updated from CefSharp 1.25.7 to the most recent (39.0.0-pre02) in the hopes that it would be easier to detect when a link is clicked. In 1.25.7 there was a navigation type but that was very unreliable and even directly clicking links would just count as "other" instead of "link clicked".
Basically my use case is that I have a hosted "start page" in my application that has many links. I would like to let the user open those links in their external browser, which isn't hard other than the fact that I don't know what is a link click and what is the page just navigating around. Most of our users (myself included) will have firewalls so when they open the first time it will redirect a bunch. Unfortunately some of those redirections and navigations have transition type of "LinkClicked" for some reason so I can't just check that in the IRequest in OnBeforeBrowse. Any ideas how I could tell that a link was actually clicked so I know to direct it to the system to open in their default browser?

CocoonJS webview: Going back a page

I'm just trying out a simple app in the CocoonJS launcher which contains some links that open some external page.
This works fine, but the problem is that I can't identify a way to go back a page (i.e. history back). The launcher app just displays the page in fullscreen, no user controls visible at all. This is troublesome, because when my users tap on an ad, I want them to be able to go back to the game.
Am I missing something or is this simply not supported?
I do not know of any way to display a navigation bar or something similar.
Nevertheless, you can open your external urls via Cocoon.App.openURL(url); which will enable the user to open it via a normal browser where you can navigate back.
Regards.
I agree with the solution proposed by Scdev. Also, interstitials or fullscreen ads usually have a dismiss button themselves. I might be misunderstanding something.
Regards,
Iker.

Resources