{"version":3,"sources":["webpack:///./src/pages/help/work-with-mobile-apps.js","webpack:///./src/video/mobile-cursor.webm","webpack:///./src/video/mobile-cursor.mp4"],"names":["Video","styled","video","media","desktop","Content","width","height","autoPlay","muted","loop","className","src","type","video1","related","link","title","description","frontmatter","metaTitle","metaDescription","canonical","Wrapped","Article","section","module","exports"],"mappings":"+FAAA,kMAOMA,EAAQC,IAAOC,MAAV,mFAAGD,CAAH,uCAEPE,IAAMC,SAKGC,EAAU,WACrB,OACE,6BACE,+EACA,+PAKA,kBAACL,EAAD,CAAOM,MAAM,OAAOC,OAAO,OAAOC,UAAQ,EAACC,OAAK,EAACC,MAAI,EAACC,UAAU,QAC9D,4BAAQC,IAAKV,IAAOW,KAAK,eACzB,4BAAQD,IAAKE,IAAQD,KAAK,iBAM5BE,EAAU,CACd,CACEC,KAAM,0CACNC,MAAO,qCACPC,YAAa,0DAIJC,EAAc,CACzBC,UAAW,0CACXC,gBAAiB,gDACjBC,UAAW,gCAGPC,EAAUC,YAAQnB,GAET,4BACb,kBAACkB,EAAD,eAASR,QAASA,EAASU,QAAQ,UAAUR,MAAOE,EAAYC,WAAeD,M,uBChDjFO,EAAOC,QAAU,IAA0B,8D,qBCA3CD,EAAOC,QAAU,IAA0B","file":"component---src-pages-help-work-with-mobile-apps-js-9deedeeefee246d77d59.js","sourcesContent":["import React from 'react';\nimport styled from 'styled-components';\nimport { media } from 'theme/breakpoints';\nimport Article from 'components/help/helpArticle';\nimport video from 'video/mobile-cursor.webm';\nimport video1 from 'video/mobile-cursor.mp4';\n\nconst Video = styled.video`\n max-width: 95%;\n ${media.desktop} {\n max-width: 100%;\n }\n`;\n\nexport const Content = () => {\n return (\n
As of now, native mobile apps are not supported.
\n\n LiveSession supports web pages on mobile browsers and WebView applications. We track typical\n mobile events, such as touch and touchmove. We also display a different pointer on mobile\n devices, a dot like in the example below:\n
\n \n