224
Views
3
Comments
Solved
Preventing access in browser using the mobile application's URL
Question

Good Day,

I was wondering if Outsystems can prevent the mobile application to run in browser using its URL (not the URL of Outsystems emulator).


Thanks in advance,


Raphael Laurence Reyno,

Systems Development Junior Officer


2019-06-19 06-54-36
Raphael Laurence Reyno
Solution

Hi Nordin,

I tried using the DeviceDetection functions but it only works in web browsers, i can still access the application in the mobile browser.

Though i found the solution, I used the Common Plugin IsCordovaDefined in the Oninitialize action and now i can only access it in the installed application.

Thanks

Raphael Laurence Reyno

2021-08-12 11-00-27
Nordin Ahdi
 
MVP

Hi Raphael,

Using these kind of functions in your code, you could do a lot to prevent your mobile application from running in a web browser.

Kind regards,
Nordin

2019-06-19 06-54-36
Raphael Laurence Reyno

Hi Nordin,


Thanks for the response, I'll check those function.


Thank you,

Raphael Laurence Reyno

2019-06-19 06-54-36
Raphael Laurence Reyno
Solution

Hi Nordin,

I tried using the DeviceDetection functions but it only works in web browsers, i can still access the application in the mobile browser.

Though i found the solution, I used the Common Plugin IsCordovaDefined in the Oninitialize action and now i can only access it in the installed application.

Thanks

Raphael Laurence Reyno

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