- This topic has 4 replies, 2 voices, and was last updated 11 years, 1 month ago by support-octavio.
-
AuthorPosts
-
BryanBudelonMember– Is possible open “link” directly in browser?
I’m trying open one link specific, but he open how if were within of the APP. And with that, I can not go back to the application without reopen.– Is possible check if gadget it is in horizontal ?
support-octavioMemberHi Bryan,
I assume your app is a native app. Right?
>I’m trying open one link specific, but he open how if were within of the APP. And with that, I can not go back to the application without reopen.
You can try opening your URL in a popup window. See more information here: http://www.genuitec.com/mobile//docs/highlights/2.2.0/#sec4>- Is possible check if gadget it is in horizontal ?
Yes, this thread should be useful for you: http://www.genuitec.com/support-genuitec/viewtopic.php?f=14&t=1372
BryanBudelonMemberI’m trying open one link specific, but he open how if were within of the APP. And with that, I can not go back to the application without reopen.
You can try opening your URL in a popup window. See more information here: http://www.genuitec.com/mobile//docs/highlights/2.2.0/#sec4But i wanted go to one specific “link” on function “On Page Changing”. There anything similar?
How for example: gotoURL, case there.>- Is possible check if gadget it is in horizontal ?
Yes, this thread should be useful for you: http://www.genuitec.com/support-genuitec/viewtopic.php?f=14&t=1372Got it! I’II try.
BryanBudelonMemberSomeone could help?
support-octavioMember@BryanBudelon wrote:
But i wanted go to one specific “link” on function “On Page Changing”. There anything similar?
How for example: gotoURL, case there.For the On Page Changing this example should be helpful:
http://www.genuitec.com/support-genuitec/viewtopic.php?p=20841#p20841Also, to make your links behave like the popup window you have to use the next phoneui function:
phoneui.showURL(‘http://google.com’, ‘_blank’, {showLocationBar: true, showAddress: true, patchWindowClose: true, showNavigationBar: true, });
-
AuthorPosts