![]() |
jadachDevClub member 8/7/2017 |
PHPRunner is for building web apps, not native mobile apps. However, by using Bootstrap or mobile template you can use the PHPRunner generated web app on a hand held device [Smartphone]. |
![]() |
romaldus 8/7/2017 |
Phprunner is a Web apps generator/ide. The best thing about web app is flexibility. Once installed on web server, than it can be accessed from any devices such as ios, android, windows or linux laptops.... And the best thing about phprunner is: You don't have to think about how it works,..... it just works. Knowing php and javascript basics is important if you want to customize your app to meet certain business rules. But trust me...good friends in this forum are always here to help <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=82851&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> |
M
|
marcelorribas author 8/7/2017 |
PHPRunner is for building web apps, not native mobile apps. However, by using Bootstrap or mobile template you can use the PHPRunner generated web app on a hand held device [Smartphone].
|
M
|
marcelorribas author 8/7/2017 |
Phprunner is a Web apps generator/ide. The best thing about web app is flexibility. Once installed on web server, than it can be accessed from any devices such as ios, android, windows or linux laptops.... And the best thing about phprunner is: You don't have to think about how it works,..... it just works. Knowing php and javascript basics is important if you want to customize your app to meet certain business rules. But trust me...good friends in this forum are always here to help <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=82854&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />
|
A
|
acpan 8/8/2017 |
PHPR already generates mobile friendly website with bootstrap. |
T
|
thudsen 8/9/2017 |
Hello Everyone, I would like to create an Ios/Android app using the php code created by PHPRunner (I´m not a programmer). Thanks in advance for any sugestions. Marcelo
|
M
|
marcelorribas author 8/9/2017 |
As others have suggested the mobile versions of the bootstrap templates work perfectly. If you were keen to develop something that could be downloaded from an app store then you could create a hybrid app and wrap your PHPR app inside it. There are lots of app makers out there who use this approach. Essentially you'd be running your app from a personalised downloadable browser (your iOS/Android/Windows app). I have this working with one of my applications and functions fine. The drawback of course is that it won't function offline.
|
![]() |
lefty 8/11/2017 |
Thanks Hudster, Could you tell me wich solutin you are adopting? Thanks,
|
T
|
thudsen 8/13/2017 |
Thanks Hudster, Could you tell me wich solutin you are adopting? Thanks,
|
M
|
marcelorribas author 8/13/2017 |
It all depends how complex you want to make things. You could try using solutions like phonegap etc. A straightforward solution is to use something like one of the app builders. You would essentially be inserting HTML/weblinks in to the apps so you phprunner pages open in the app. A few app builders:
|