Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Launching an M3 bookmark from H5 versus IOS #179

Open
ftunholm opened this issue Jun 12, 2023 · 0 comments
Open

Launching an M3 bookmark from H5 versus IOS #179

ftunholm opened this issue Jun 12, 2023 · 0 comments
Labels
question Further information is requested

Comments

@ftunholm
Copy link

Description

I have an application that launches bookmarks/shortcuts M3 programs. This works fine when running in H5.

When I deploy it in Infor OS to get a shortcut in the top meny the bookmarks does not work anymore. Nothing happens when triggering the application service launch function.

Do I need to structure the bookmark URI in a different way or something like that to get it to work?

image
image
image

Best regards, Fredrik

Versions

"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.3.0",
"zone.js": "~0.13.0",
"@infor-up/m3-odin": "6.0.0",
"@infor-up/m3-odin-angular": "6.0.0",
"ids-enterprise-ng": "^15.2.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@types/jasmine": "~4.0.0",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.0.4"
}

@ftunholm ftunholm added the question Further information is requested label Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant