RinteRface/shinyMobile

How to run shinymobile in desktop as mobile app

Closed this issue · 1 comments

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!

Last try it worked!!! I simply did:

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