Why is deeplinking into Here WeGo App not possible? - maps

I want to deeplink to the Here WeGo App.
According to the deeplinking API description (https://developer.here.com/documentation/deeplink-web/dev_guide/topics/share-route.html) this should work with something like:
https://share.here.com/r/mylocation/52.531111,13.384722,Here
This link works in the browser, and it worked with the old Here App. But the Here WeGo App does not catch this link, it only opens in the Browser.
Is it not possible anymore to deeplink in the Here WeGo App? Or am I doing something wrong?

Related

Is it a way to imitate iOS native custom url call from a React app?

Facebook has this Sharing to Stories functionality fro native iOS and Android. I am not sure possible or not but I would to do the same, open Instagram, and profile with custom content.
Seems open Instagram works, but profile data not. Do you know why?
Image is copied programmatically, put on pasteboard, and url loads this instagram-stories://share?source_application=2773133082797983 but till content, the mp4 is not loaded. What do I miss? Is it even doable from a React app??

React app not loading in IOS Facebook in-app browser

I have a full stack web application. The backend is built in Django and the front end is built in React. Everything works fine.
But the only problem is when I send that website's link to someone on Facebook/Messenger and when they click on that link, it opens in the Facebook in-app browser but it shows blank page.
But If I copy that same link and paste in Safari or any other browser, it loads without any issue.
What might be the issue? Why doesn't it work on IOS Facebook in-app browser?

How to share current page Url in expo React Native

I am currently building a React Native mobile app using expo. I want to share my current location on app with my fiends to whatsapp and faebook and instagram. so when they tap on my message or post they will redirect to app page on same location on my app which i share. same as instagram posts are share on facebook and also youtube vedio url share on whatsapp, facebook...
I want to implement that process on my app how can i do that?
In your app's router you can add the route as part of the shared message. That way when people click on it, it will direct them to the same route/"current location".

Force stripe checkout modal on mobile?

I'm building a web app with Stripe checkout. On desktop it loads a nice modal when you go to pay, but on mobile it brings the users off to a Stripe page, and then back. I want it to look like the user is never leaving our site.
Is there a way to force the modal to be loaded on mobile? I'm building the web app in ionic at the same time, so if I want to turn it in to an app I can. Ionic uses a WebView on the phone and that loads the modal fine, so there must be some setting that is allowing it?
Anyone have any ideas? Thanks.
edit If I 'request desktop site' on my mobile it loads the modal fine
As Stripe makes these determinations based on the User-Agent you could try changing the User-Agent of your webview to match that of a desktop browser, (I did a similar thing except I needed to force mobile behavior in the desktop).
It should be stated, that this is definitely not recommended by Stripe nor supported and could break at any time. They'd recommend you just build a custom form using Stripe.js
How i can set User Agent in Cordova App has how to set the User-Agent in iOS and Android.

how to setup firebase javascript simple login with cordova

I have problem when using angular firebase javascript simple login with cordova.
Below is testing under cordova emulate android
user click on google login button
redirect to google login page
after submitted login form. the page stuck with loading.... please wait
and this error messsage in console not allowed to load local resouces
I got no problem when using desktop browser or mobile browser. It is just mobile app.
Anyone know what error is that?
Tools i use
angularjs
angularfire
firebase
iconic framework
There are some specific configuration issues (and a couple of bugs that needed to be worked out) but this should work well now. Firebase has a blog post explaining how to get this working "Using Firebase Simple Login with Ionic and PhoneGap".

Resources