How to run shinymobile in desktop as mobile app
Closed this issue · 1 comments
ivanalaman commented
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
Last try it worked!!! I simply did:
preview_mobile(appPath='mypath',device='iphoneX')