infor-cloud / m3-h5-sdk

https://infor-cloud.github.io/m3-h5-sdk/
34 stars 20 forks source link

Launching an M3 bookmark from H5 versus IOS #179

Open ftunholm opened 1 year ago

ftunholm commented 1 year ago

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" }