Closed ivanalaman closed 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!
Last try it worked!!! I simply did:
preview_mobile(appPath='mypath',device='iphoneX')
Although it seems like a stupid question, I didn't find anything in the documentation that clarifies this question. The closest I found was:
that definitely doesn't work!!! Thank you for any clarification!