Framework 7 – Building native iOS apps in HTML5
21–30 of 131 posts
Re: Framework 7 – Building native iOS apps in HTML5
#22Re: Framework 7 – Building native iOS apps in HTML5
#23Yeah, this is shiny and cool. But not native.
Re: Framework 7 – Building native iOS apps in HTML5
#24Re: Framework 7 – Building native iOS apps in HTML5
#25The limit we've run into with iOS is not getting a good looking UI. Rather it's the performance of Javascript in Safari. We have a fairly large one page webapp that looks great on iOS however the performance is an order of magnitude slower on an iPad than Chrome on an old laptop.
Re: Framework 7 – Building native iOS apps in HTML5
#26Earlier quoted context omitted.
With Xamarian being acquired by Microsoft, I'm really hoping to NOT have to learn native android / ios / windows phone development. I don't have time for that, and I'm already an expert in C#.
The language isn't the issue, the frameworks and libraries are. You're going to have to spend your valuable expert time sorting those out too. That's the bulk of it. If your truly an expert at c# then learning objective-c isn't much of a challenge. At least learning the amount you need to build apps.
Put all the code in a good ui/codebehind separation framework like mvvm, and you are happier than ever.
Re: Framework 7 – Building native iOS apps in HTML5
#27The limit we've run into with iOS is not getting a good looking UI. Rather it's the performance of Javascript in Safari. We have a fairly large one page webapp that looks great on iOS however the performance is an order of magnitude slower on an iPad than Chrome on an old laptop.
Re: Framework 7 – Building native iOS apps in HTML5
#28Re: Framework 7 – Building native iOS apps in HTML5
#29Suggestion: Add the new iOS7.1 "minimal-ui" key to the viewport tag.
It makes the top bar a lot smaller and makes it fullscreen in landscape mode. Much nicer for an 'app-like' experience.
Re: Framework 7 – Building native iOS apps in HTML5
#30I'm not knocking this or any particular xxxx-to-mobile platform, but as a native iOS and android developer, I would highly recommend just learning the native languages and frameworks. First, you have the absolute most control you will ever have over your application. This may not be true when a particular tool becomes popular, say at the release of a new tool, but this definitely shows up as time progresses. Who know…
You have 0 control over distribution though, which is pretty important to me.
> There are some amazing libraries for both platforms that you definitely don't want to miss.
I don't doubt that the platforms have good 3rd party support, but it's absolutely dwarfed by that of the web community, and that will only grow larger over time.