Howto13r1:V13 Create Apps for websites: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 34: Line 34:
==Related articles==
==Related articles==
* [[Reference13r1:PBX/Objects/App]]
* [[Reference13r1:PBX/Objects/App]]
* [[Course13:IT_Connect_-_13_Design_of_the_Application_Platform#App_objects]]
* [[Courseware:IT_Advanced_-_03_The_Application_Platform#App_objects]]
* [https://www.youtube.com/watch?v=vXgryhUik1U innovaphone video on how to integrate websites as apps]
* [https://www.youtube.com/watch?v=vXgryhUik1U innovaphone video on how to integrate websites as apps]
* [https://www.base64-image.de/ Base 64 image encoder]
* [https://www.base64-image.de/ Base 64 image encoder]

Latest revision as of 14:23, 10 April 2025

Applies to

  • firmware version 13r1 and higher

More Information

Create apps for (external) websites

Configuration

App Object

  1. Navigate in PBX-AdvancedUI to PBX/Objects
  2. Choose object type App from left sided drop down and confirm with New
  3. Define app-object-name and app-object-longname and confirm with Apply
  4. switch to tab App
  5. Insert used URL - see some examples below
  6. Insert optional icon URL - see how to create below
  7. tick plain website
  8. confirm with OK

Grant access

Tick respective App-Object-Name in Apps-tab at user object or distributing configuration template object

URL examples

(as of November 2022):

  • Here: https://wego.here.com/
  • Google: https://www.google.com/search?igu=1
  • YouTube: https://www.youtube.com/embed/vXgryhUik1U?autoplay=1&controls=0&showinfo=0

Known issues

  • Websites using iframes are not supported to be displayed via App-objects
  • myApps-Launcher does not store passwords entered in websites
  • no spell check support in forms

Related articles