我想在我的Rhomobile應用程序中打開,閱讀並顯示一個txt文件。 首先,我想顯示文件的完整內容。但這是我的問題。 def text
fileName = File.join(Rho::RhoApplication::get_base_app_path(), '/app/test.txt')
f = File.open(fileName, 'r')
while line
我試圖編寫用於打開iOS MailComposer的rhodes原生擴展擴展。 現在代碼「作品」,但MFMailComposeViewController不顯示和Xcode中列出了警告: Attempt to present <MFMailComposeViewController: 0x12b60840> on <Iosmailto: 0xc1898d0> whose view is not i