RinteRface / shinyMobile

shiny API for Framework7 (IOS/android)
https://shinymobile.rinterface.com
407 stars 74 forks source link

How to run shinymobile in desktop as mobile app #250

Closed ivanalaman closed 1 year ago

ivanalaman commented 1 year ago

Although it seems like a stupid question, I didn't find anything in the documentation that clarifies this question. The closest I found was:

preview_mobile(appPath = system.file("examples/gallery/app.R", package = "shinyMobile"),
device = "iphoneX")

that definitely doesn't work!!! Thank you for any clarification!

ivanalaman commented 1 year ago

Last try it worked!!! I simply did:

preview_mobile(appPath='mypath',device='iphoneX')