1081
Views
9
Comments
external url
Question

Hi,

im using "external:<link>" to open native browsers in mobile app. It worked perfectly until I generated my native mobile app again. Only android urls work now. 

Is the problem in my app or is this issue occurring to anybody else?

-J

2018-08-02 14-20-10
Bruno Domingues

Jacob J wrote:

Hi,

im using "external:<link>" to open native browsers in mobile app. It worked perfectly until I generated my native mobile app again. Only android urls work now. 

Is the problem in my app or is this issue occurring to anybody else?

-J

Hello Jacob,

Try to generate again the app and see if the problem persist. 

Check if exists errors in ServiceCenter when you try to open a external URL.


2017-07-05 22-17-18
Henrique Batista
Staff

Hi Jacob,

Why not use inappbrowser plugin?

Cheers

UserImage.jpg
Jacob J

Henrique Batista wrote:

Hi Jacob,

Why not use inappbrowser plugin?

Cheers

Well, simply cause its one extra plugin for an action that you can handle with a one simple line.

Just wondering why iOS version doesn't work anymore and has anybody else noticed this or is the problem at my end. No new errors in error log.

Seems like there is other problems with new ios version and outsystems platform.

-J

UserImage.jpg
Jacob J

Hi, can someone please confirm that this is a bug or cancel it out, that this is a problem only in my application.

external:<url> works in android and in outsystems now app, but not in native iOS

-J

UserImage.jpg
Jaakko kallio
UserImage.jpg
RAFAEL FERREIRA

I have the same problem. But people only know how to direct the use of the plugin.

2019-04-14 16-18-49
Junior Miranda

Hi, Jacob

How you are doing to open external urls? Are you using client actions?

2021-04-09 11-42-43
assif_tiger
 
MVP

Jacob J wrote:

Hi,

im using "external:<link>" to open native browsers in mobile app. It worked perfectly until I generated my native mobile app again. Only android urls work now. 

Is the problem in my app or is this issue occurring to anybody else?

-J

If you are using JS then refer below:

window.open('<your URL>', '_system');


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.