) ve [iOS](https://en.wikipedia.org/wiki/IOS)'tur.
-As you're developing your applications, you must also consider whether your application should be fully mobile compatible. There are a couple of specifics about mobile browsers that you need to keep in mind.
+Uygulamalarınızı geliştirirken uygulamanızın tamamen mobil uyumlu olması gerekip gerekmediğini de göz önünde bulundurmalısınız. Mobil tarayıcılar hakkında aklınızda bulundurmanız gereken birkaç özellik vardır:
-1. On iOS and iPadOS, Safari is technically the only supported browser. Yes, you can install Chrome or Firefox, and you can even set them as a default, but they are not full browsers. They are still using the Safari rendering engine (WebKit). Therefore, for your web application to work for the Apple users, you have to ensure support for WebKit and other technologies used in Safari.
-It's important to remember that mobile browsers are not one-to-one with their desktop counterparts. A project that works in the desktop version of Safari might still need adjustments to work properly on the mobile version of the same browser.
-2. Another consideration for mobile browsers is the magnitude of different screen sizes. It is virtually impossible to have every physical device available to test, and thankfully browsers provide a way to emulate other devices. The important piece to remember is that when, for example, you emulate an iPhone in Chrome, all that you're emulating is the screen size. Keep in mind that any specific considerations of the operating system will not be reproducible. Which means that even though everything functions well in Chrome when emulating a device, it could behave differently on the actual phone or tablet device.
+1. iOS ve iPadOS'ta Safari teknik olarak desteklenen tek tarayıcıdır. Evet Chrome ve Firefox indirebilir hatta varsayılan olarak ayarlabilirsiniz ancak tam olarak tarayıcı değiller. Hala Safari oluşturma motorunu (WebKit) kullanıyorlar. Bu nedenle, web uygulamanızın Apple kullanıcıları için çalışması için, WebKit ve Safari'de kullanılan diğer teknolojiler için destek sağlamanız gerekir.
+Mobil tarayıcıların masaüstü muadilleriyle bire bir aynı olmadığını unutmamak önemlidir. Safari'nin masaüstü sürümünde çalışan bir projenin, aynı tarayıcının mobil sürümünde düzgün çalışması için yine de ayarlamalar yapılması gerekebilir.
+2. Mobil tarayıcılar için bir başka husus da farklı ekran boyutlarının fazlalığıdır. Her fiziksel cihazı test etmek için hazır bulundurmak neredeyse imkansızdır. Neyse ki tarayıcılar diğer cihazları taklit etmek için bir yol sağlıyor. Unutulmaması gereken önemli nokta, örneğin Chrome'da bir iPhone'u taklit ettiğinizde taklit ettiğiniz tek şeyin ekran boyutu olduğudur. İşletim sistemiyle ilgili herhangi bir özel hususun yeniden üretilemeyeceğini unutmayın. Bu da bir cihazı taklit ederken Chrome'da her şey iyi çalışsa bile gerçek telefon veya tablet cihazında farklı davranabileceği anlamına gelir
-### Assignment
+### Ödev
-- Review [Can I Use](https://caniuse.com/). Are all technologies you have encountered so far supported by popular browsers?
-- Read this article [about browsers on iOS](https://adactio.com/journal/17428).
+- [Can I Use]'u (https://caniuse.com/) inceleyin. Şu ana kadar karşılaştığınız tüm teknolojiler popüler tarayıcılar tarafından destekleniyor mu?
+- [Web browsers on iOS](https://adactio.com/journal/17428) adlı makaleyi okuyun.
-### Knowledge check
+### Bilgi ölçme
-- [What is the most used browser currently?](#most-used-browser)
-- [What was the original name of the first web browser?](#first-web-browser)
-- [How are mobile browsers different on Apple mobile operating systems from Android?](#apple-browsers)
+- [Şu anda en çok kullanılan tarayıcı hangisidir?](#most-used-browser)
+- [İlk web tarayıcısının orijinal adı neydi?](#first-web-browser)
+- [Mobil tarayıcılar Apple mobil işletim sistemlerinde Android'den nasıl farklıdır?](#apple-browsers)
-### Additional resources
+### Ek kaynaklar
-This section contains helpful links to other content. It isn’t required, so consider it supplemental.
+Bu alanda içerikle alakalı faydalı linkler bulunmaktadır. Zorunlu değildir, ek olarak düşünülmelidir.
-- Read more about the [history of web browsers](https://www.taskade.com/blog/history-of-web-browsers-internet-online-productivity/).
-- Take a look at this [comprehensive primer on browsers and rendering engines](https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/).
+- [İnternet tarayıcılarının tarihi](https://www.taskade.com/blog/history-of-web-browsers-internet-online-productivity/) hakkında daha fazla bilgi edinin.
+- Tarayıcılar ve işleme motorları hakkındaki [bu kapsamlı kılavuza](https://www.html5rocks.com/en/tutorials/internals/howbrowserswork/) göz atın.