I’ve been trying for days and have already searched and tried here.
Since I’m from Germany, I’m probably looking for the wrong terms.
I would like every click on a link and the URL that is not available within https://domain.com to open the external link in the browser.
If I set follow links, everything opens in the app, if I set use browser, every link within the page opens in the browser.
So with every click on a link that does not belong to https://domain.com, the browser should open because I do not know the external URLs.
Please help a beginner once.
Thank you
Translated with Google
i didnt understand your question , i think you want if web url not contains domain.com then open in external url, so you need to check if current Url is not contains text domain.com then enable external browser,
Excuse me for not speaking english.
I’m trying here with the community and the google translation to help me but what will be output as german doesn’t always fit … With webview we open the page https://meinname.com and it works well too.
Within the https://meinname.com website are links to https://meinname2.com.
However, other external links could also be added.
Every link that leads away from https://myname.com should be opened in the browser.
Translated with Google
is https://domain.com your own domain, so you can modify the source code of the webpage?
if yes, you can add some logic and use the webviewstring of the webviewer to return the link to Kodular and then use the activity starter to open an external browser together with that link…
All other links included in the website that do not refer to (https://meinname.com), such as google.com will then open in the browser.
Have I understood that correctly ?
it is now 00:30 in Germany and I can not get it.
A finished simple project would be great because I could import myself so that I understand Kodular, otherwise I’ll be there in 3 months …
Translated with Google