What you need to do?
1.
Open the web.config
file (located in C:\Bizagi\Projects\[ProjectName]\WebApplication)
using the text editor of your choice.
2.
Within <AppSettings>
section, locate the BehaviorCaseLinkInMobile
key and change its value according to your needs
<add
key="BehaviorCaseLinkInMobile" value="AlwaysAskAndRemember"/>
- AlwaysWeb:
The links will be opened with the web browser.
- AlwaysApp:
The links will be opened with Bizagi’s application.
- AlwaysAsk:
The user can choose how to open links every time those links are
accessed.
- AlwaysAskAndRemember:
The user can choose how to open links for the first time. The selection
is saved.
|