@formular useragent for ibm mobile apps / hcl nomad
Most of IBM Notes Application will run within the new hcl nomad / ibm mobile apps iPad client without a change. But the screen resolution is smaller than on notebook or desktop pc.
So i am in need to find a difference between a windows notebook client and an iPad iOS mobile client. I need this mark within in the formular languages so i can use different navigation or diffenrent subforms depending on the users machine.
I tried to use @GetMachineInfo([IsLaptop) (=true) and @getMachineInfo([IsStandard]) (=false), but the result is not different to the result when using a notebook running the basic client instead of the standard client.
Any help would be welcome.
#dominoforever
lotus-formula
add a comment |
Most of IBM Notes Application will run within the new hcl nomad / ibm mobile apps iPad client without a change. But the screen resolution is smaller than on notebook or desktop pc.
So i am in need to find a difference between a windows notebook client and an iPad iOS mobile client. I need this mark within in the formular languages so i can use different navigation or diffenrent subforms depending on the users machine.
I tried to use @GetMachineInfo([IsLaptop) (=true) and @getMachineInfo([IsStandard]) (=false), but the result is not different to the result when using a notebook running the basic client instead of the standard client.
Any help would be welcome.
#dominoforever
lotus-formula
#dominoforever is not a megalomanic exclamation but the tag that is used to mark the new domino 10 features and functionalities :-)
– Karsten Marek
Nov 20 at 7:56
add a comment |
Most of IBM Notes Application will run within the new hcl nomad / ibm mobile apps iPad client without a change. But the screen resolution is smaller than on notebook or desktop pc.
So i am in need to find a difference between a windows notebook client and an iPad iOS mobile client. I need this mark within in the formular languages so i can use different navigation or diffenrent subforms depending on the users machine.
I tried to use @GetMachineInfo([IsLaptop) (=true) and @getMachineInfo([IsStandard]) (=false), but the result is not different to the result when using a notebook running the basic client instead of the standard client.
Any help would be welcome.
#dominoforever
lotus-formula
Most of IBM Notes Application will run within the new hcl nomad / ibm mobile apps iPad client without a change. But the screen resolution is smaller than on notebook or desktop pc.
So i am in need to find a difference between a windows notebook client and an iPad iOS mobile client. I need this mark within in the formular languages so i can use different navigation or diffenrent subforms depending on the users machine.
I tried to use @GetMachineInfo([IsLaptop) (=true) and @getMachineInfo([IsStandard]) (=false), but the result is not different to the result when using a notebook running the basic client instead of the standard client.
Any help would be welcome.
#dominoforever
lotus-formula
lotus-formula
edited Nov 20 at 8:52
Per Henrik Lausten
18k32159
18k32159
asked Nov 20 at 7:54
Karsten Marek
1815
1815
#dominoforever is not a megalomanic exclamation but the tag that is used to mark the new domino 10 features and functionalities :-)
– Karsten Marek
Nov 20 at 7:56
add a comment |
#dominoforever is not a megalomanic exclamation but the tag that is used to mark the new domino 10 features and functionalities :-)
– Karsten Marek
Nov 20 at 7:56
#dominoforever is not a megalomanic exclamation but the tag that is used to mark the new domino 10 features and functionalities :-)
– Karsten Marek
Nov 20 at 7:56
#dominoforever is not a megalomanic exclamation but the tag that is used to mark the new domino 10 features and functionalities :-)
– Karsten Marek
Nov 20 at 7:56
add a comment |
1 Answer
1
active
oldest
votes
I asked IBM dev this question recently. Their answer was that @Platform returns "iOS". Haven't checked yet if this is already the case in the beta.
iOS specified APIs like geo coordinate retrieval are not available in the first beta BTW, but will be in later betas.
Thank You !! That was exactly what i was looking for. Works Great !!
– Karsten Marek
Nov 20 at 8:30
Here's more information about the app in German language from Detlev Pöttgen: netzgoetter.net/internet/blogs/netzgoetter.nsf/dx/… Looks like you can also use @Platform([Specific]) to get the exact iOS version, e.g. iOS : 12.1
– Karsten Lehmann
Nov 22 at 0:08
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53388485%2fformular-useragent-for-ibm-mobile-apps-hcl-nomad%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I asked IBM dev this question recently. Their answer was that @Platform returns "iOS". Haven't checked yet if this is already the case in the beta.
iOS specified APIs like geo coordinate retrieval are not available in the first beta BTW, but will be in later betas.
Thank You !! That was exactly what i was looking for. Works Great !!
– Karsten Marek
Nov 20 at 8:30
Here's more information about the app in German language from Detlev Pöttgen: netzgoetter.net/internet/blogs/netzgoetter.nsf/dx/… Looks like you can also use @Platform([Specific]) to get the exact iOS version, e.g. iOS : 12.1
– Karsten Lehmann
Nov 22 at 0:08
add a comment |
I asked IBM dev this question recently. Their answer was that @Platform returns "iOS". Haven't checked yet if this is already the case in the beta.
iOS specified APIs like geo coordinate retrieval are not available in the first beta BTW, but will be in later betas.
Thank You !! That was exactly what i was looking for. Works Great !!
– Karsten Marek
Nov 20 at 8:30
Here's more information about the app in German language from Detlev Pöttgen: netzgoetter.net/internet/blogs/netzgoetter.nsf/dx/… Looks like you can also use @Platform([Specific]) to get the exact iOS version, e.g. iOS : 12.1
– Karsten Lehmann
Nov 22 at 0:08
add a comment |
I asked IBM dev this question recently. Their answer was that @Platform returns "iOS". Haven't checked yet if this is already the case in the beta.
iOS specified APIs like geo coordinate retrieval are not available in the first beta BTW, but will be in later betas.
I asked IBM dev this question recently. Their answer was that @Platform returns "iOS". Haven't checked yet if this is already the case in the beta.
iOS specified APIs like geo coordinate retrieval are not available in the first beta BTW, but will be in later betas.
answered Nov 20 at 8:24
Karsten Lehmann
361
361
Thank You !! That was exactly what i was looking for. Works Great !!
– Karsten Marek
Nov 20 at 8:30
Here's more information about the app in German language from Detlev Pöttgen: netzgoetter.net/internet/blogs/netzgoetter.nsf/dx/… Looks like you can also use @Platform([Specific]) to get the exact iOS version, e.g. iOS : 12.1
– Karsten Lehmann
Nov 22 at 0:08
add a comment |
Thank You !! That was exactly what i was looking for. Works Great !!
– Karsten Marek
Nov 20 at 8:30
Here's more information about the app in German language from Detlev Pöttgen: netzgoetter.net/internet/blogs/netzgoetter.nsf/dx/… Looks like you can also use @Platform([Specific]) to get the exact iOS version, e.g. iOS : 12.1
– Karsten Lehmann
Nov 22 at 0:08
Thank You !! That was exactly what i was looking for. Works Great !!
– Karsten Marek
Nov 20 at 8:30
Thank You !! That was exactly what i was looking for. Works Great !!
– Karsten Marek
Nov 20 at 8:30
Here's more information about the app in German language from Detlev Pöttgen: netzgoetter.net/internet/blogs/netzgoetter.nsf/dx/… Looks like you can also use @Platform([Specific]) to get the exact iOS version, e.g. iOS : 12.1
– Karsten Lehmann
Nov 22 at 0:08
Here's more information about the app in German language from Detlev Pöttgen: netzgoetter.net/internet/blogs/netzgoetter.nsf/dx/… Looks like you can also use @Platform([Specific]) to get the exact iOS version, e.g. iOS : 12.1
– Karsten Lehmann
Nov 22 at 0:08
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53388485%2fformular-useragent-for-ibm-mobile-apps-hcl-nomad%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
#dominoforever is not a megalomanic exclamation but the tag that is used to mark the new domino 10 features and functionalities :-)
– Karsten Marek
Nov 20 at 7:56