iPhone 11, iPadOS & iOS 13 for PWAs & Web Development
A deep dive into the specific changes and issues in Progressive Web App support on iOS 13 and iPadOS. - http://amp.gs/q7Li
#pwa #mobile
A deep dive into the specific changes and issues in Progressive Web App support on iOS 13 and iPadOS. - http://amp.gs/q7Li
#pwa #mobile
Medium
iPhone 11, iPadOS and iOS 13 for PWAs and web development
It’s that time again. iOS 13 has just been released with the new branded iPadOS 13 coming in a few days, and iPhone 11 variations being…
Avoid 100vh On Mobile Web
If you’re using viewport units in CSS to style an element to take up the full screen height (using height: 100vh), you may want to reconsider. David points out that this technique is “broken in a subtle but fundamental way on mobile”, and recommends an alternative approach using JavaScript. - http://amp.gs/q97t
#mobile #web
If you’re using viewport units in CSS to style an element to take up the full screen height (using height: 100vh), you may want to reconsider. David points out that this technique is “broken in a subtle but fundamental way on mobile”, and recommends an alternative approach using JavaScript. - http://amp.gs/q97t
#mobile #web
chanind.github.io
Avoid 100vh On Mobile Web
Viewport units in CSS sound great. If you want to style an element to take up the full screen height, you can just set height: 100vh and voila - you have a perfect fullscreen element, which resizes as the viewport changes! Sadly, this is not the case. 100vh…
Getting Beyond "Works Offline"
Breaking down offline capability for modern web apps. - http://amp.gs/qcC9
#mobile
Breaking down offline capability for modern web apps. - http://amp.gs/qcC9
#mobile
Medium
Getting Beyond “Works Offline”
Breaking down offline capability for modern web apps
The Web Almanac 2019: Mobile Web
This is a comprehensive report on the state of the web as a whole. We’ve linked up the chapter focusing on the mobile web, but the entire document is worth digging into. - http://amp.gs/sQ6E
#mobile #web
This is a comprehensive report on the state of the web as a whole. We’ve linked up the chapter focusing on the mobile web, but the entire document is worth digging into. - http://amp.gs/sQ6E
#mobile #web
almanac.httparchive.org
Mobile Web | 2019 | The Web Almanac by HTTP Archive
Mobile Web chapter of the 2019 Web Almanac covering page loading, textual content, zooming and scaling, buttons and links, and ease of filling out forms.
Create HTML5 Native Games in Ionic Capacitor Apps using Phaser
Learn how to create HTML5 games using Phaser in Capacitor Ionic apps. - http://amp.gs/imeS
#mobile #html5 #phaser #game
Learn how to create HTML5 games using Phaser in Capacitor Ionic apps. - http://amp.gs/imeS
#mobile #html5 #phaser #game
Medium
Create HTML5 Native games in Ionic Capacitor apps using Phaser
Learn how to create HTML5 games using Phaser in Capacitor Ionic apps. Create a Zombie walker and a Space invader game with complete code
Five Things To Stop Doing In Mobile App Design
A few things that mobile app designers should stop doing in order to create “more streamlined and positive user experiences”. - http://amp.gs/DoQT
#mobile
A few things that mobile app designers should stop doing in order to create “more streamlined and positive user experiences”. - http://amp.gs/DoQT
#mobile
Smashing Magazine
5 Things To Stop Doing In Mobile App Design — Smashing Magazine
Have you ever looked at the design techniques and elements you use to build mobile apps and evaluated whether or not they’re still useful or relevant? If you haven’t done this in a while (or ever), stop what you’re doing and read this. We’re going to look…
Lessons Learned Migrating a Production App to Flutter
Highlights a few lessons “learned the hard way”, with advice to help you be more effective in your next Flutter project. - http://amp.gs/JnWR
#mobile #flutter
Highlights a few lessons “learned the hard way”, with advice to help you be more effective in your next Flutter project. - http://amp.gs/JnWR
#mobile #flutter
Medium
Lessons Learned Migrating a Production App to Flutter
Lessons that I learned the hard way to help you be more effective in your next Flutter project
Is Apple Trying to Kill PWAs?
Any time Apple releases something there is always some noise about it. As mentioned in last week’s issue, this time it’s in regards to browser storage and data deletion after seven days. Here’s a break down of this and what it really means for developers.- http://amp.gs/KXJp
#mobile #pwa
Any time Apple releases something there is always some noise about it. As mentioned in last week’s issue, this time it’s in regards to browser storage and data deletion after seven days. Here’s a break down of this and what it really means for developers.- http://amp.gs/KXJp
#mobile #pwa
The Ionic Blog
Is Apple trying to kill PWAs?
It seems that any time Apple releases something there is bound to be some noise regarding it. This time, it's in regards to browser storage and Apple’s recent proclamation that such data will be deleted after 7 days. Well let's break this down and see what…
From Idea to 1M Users in A Week with Expo
The VP of Engineering at Zoe (a nutritional science company), talks about how they went from concept to completion, building a COVID-19 Symptom Tracker in a week with a small team of volunteers. - http://amp.gs/3vdl
#mobile #expo
The VP of Engineering at Zoe (a nutritional science company), talks about how they went from concept to completion, building a COVID-19 Symptom Tracker in a week with a small team of volunteers. - http://amp.gs/3vdl
#mobile #expo
Medium
From Idea to 1M Users in a Week with Expo
We asked Julien Lavigne du Cadet, VP of Engineering at Zoe, to spend some precious moments sharing about the whirlwind week he spent…
Responsive Web And Desktop Development With Flutter
A look at the current state of Flutter for browser-based apps and how to create a responsive app using it. - http://amp.gs/34SS
#flutter #mobile
A look at the current state of Flutter for browser-based apps and how to create a responsive app using it. - http://amp.gs/34SS
#flutter #mobile
Smashing Magazine
Responsive Web And Desktop Development With Flutter — Smashing Magazine
Flutter has already made quite a splash on the mobile development scene. Now it’s taking on bigger devices as well. Here’s what you need to know to be ready to take on the task of developing web and desktop apps using this wonderful cross-platform framework.
How To Make Your PWA Offline On Demand
Allow your users to control when their PWA is in offline mode or not. - http://amp.gs/HOMV
#pwa #mobile
Allow your users to control when their PWA is in offline mode or not. - http://amp.gs/HOMV
#pwa #mobile
DEV Community
How To Make Your PWA Offline On Demand
Download your Progressive Web Apps content à la Netflix or Spotify
Local Testing on an iPhone
You should be testing on a real-world mobile device, so here’s a nice and quick way to get your localhost server running on an iPhone with the help of ngrok. - http://amp.gs/2Cjf
#mobile #testing
You should be testing on a real-world mobile device, so here’s a nice and quick way to get your localhost server running on an iPhone with the help of ngrok. - http://amp.gs/2Cjf
#mobile #testing
Joshwcomeau
Local Testing on an iPhone
Learn how to set up an ideal workflow for debugging your development server on your iPhone. This may not be the most exciting topic I've written about, but it's probably one of the most useful!
Flutter Vs React Native Vs Xamarin
The ‘big fight’ between Flutter, Xamarin and React Native for building cross-platform apps is making developers weigh up their various pros and cons. - http://amp.gs/2veG
#mobile #reactnative #flutter #xamarin
The ‘big fight’ between Flutter, Xamarin and React Native for building cross-platform apps is making developers weigh up their various pros and cons. - http://amp.gs/2veG
#mobile #reactnative #flutter #xamarin
dzone.com
Flutter Vs React-Native Vs Xamarin - DZone Web Dev
The big fight between Flutter, Xamarin and React-native for building cross-platform apps is making the developers weigh their pros and cons.
Track Your (Android) Smartphone in Physical Space with JavaScript
In this tutorial, we will be utilizing the Generic Sensor API to turn your smartphone into a pointer with real-time tracking. - http://amp.gs/wmqm
#mobile #javascript
In this tutorial, we will be utilizing the Generic Sensor API to turn your smartphone into a pointer with real-time tracking. - http://amp.gs/wmqm
#mobile #javascript
Medium
Track Your Smartphone in 2D With JavaScript
Imagine what you can do with this new medium of interaction
Flutter vs Native vs React Native: Deep Performance Comparison
A comparison between popular mobile development tools, looking at how FPS, CPU, memory, and GPU performance stack up in common tasks. - http://amp.gs/FG9v
#flutter #reactnative #native #mobile
A comparison between popular mobile development tools, looking at how FPS, CPU, memory, and GPU performance stack up in common tasks. - http://amp.gs/FG9v
#flutter #reactnative #native #mobile
Medium
Flutter vs React Native vs Native: Deep Performance Comparison
Let’s compare FPS, CPU, Memory, and GPU performance of popular mobile development tools on everyday life tasks.
TestFlight Forever: Developers Are Building A Better World Outside The App Store
“This club has everything: Cool unreleased apps. Hardly any rules. Endless mystery and tech cred for those who get in”. - http://amp.gs/Xqck
#mobile
“This club has everything: Cool unreleased apps. Hardly any rules. Endless mystery and tech cred for those who get in”. - http://amp.gs/Xqck
#mobile
Protocol
TestFlight forever: Developers are building a better world outside the App Store
This club has everything: Cool unreleased apps. Hardly any rules. Endless mystery and tech cred for those who get in.
The Reality of Using AR in Mobile Apps in 2020
Explore the pros, cons, and valid use cases for using augmented reality (AR) in your mobile app development. - http://amp.gs/LN9x
#mobile
Explore the pros, cons, and valid use cases for using augmented reality (AR) in your mobile app development. - http://amp.gs/LN9x
#mobile
App Store & Google Play: Submission Checklist
David shares his checklist of the basics for submitting your app to both the App Store and Google Play. - http://amp.gs/abLC
#mobile
David shares his checklist of the basics for submitting your app to both the App Store and Google Play. - http://amp.gs/abLC
#mobile
DEV Community
App Store & Google Play: Submission Checklist
A bare minimum checklist of the information required to submit your application to the App Store and Google Play.
Inspecting & Debugging Mobile Sites On Real Devices
There are a multitude of tools, emulators and other solutions available to help you test and diagnose mobile issues. This post takes a look at a few options available to you. - http://amp.gs/ourU
#debugging #mobile #web
There are a multitude of tools, emulators and other solutions available to help you test and diagnose mobile issues. This post takes a look at a few options available to you. - http://amp.gs/ourU
#debugging #mobile #web
The Official Publii Blog
Inspecting and debugging mobile websites on real devices
Tools, iPhone, iPad, Android emulators and other solutions available to help you test, inspecting, debugging and diagnose websites issues on mobile devices.
12 Frameworks for Hybrid Mobile Apps
The hybrid landscape has evolved a fair bit over the past couple of years. This post looks at a dozen different hybrid mobile app frameworks that can help you build hybrid apps with a native look and feel (using the power of JS). - http://amp.gs/ocXq
#mobile #frameworks
The hybrid landscape has evolved a fair bit over the past couple of years. This post looks at a dozen different hybrid mobile app frameworks that can help you build hybrid apps with a native look and feel (using the power of JS). - http://amp.gs/ocXq
#mobile #frameworks