Mobile
Mobile app development is the act or process by which a mobile app is developed for mobile devices, such as personal digital assistants, enterprise digital assistants or mobile phones. These applications can be pre-installed on phones during manufacturing platforms, or delivered as web applications using server-side or client-side processing (e.g., JavaScript) to provide an "application-like" experience within a Web browser.
Here are 3,529 public repositories matching this topic...
New Issue Checklist
- Updated fastlane to the latest version
- I read the Contribution Guidelines
- I read [docs.fastlane.tools](htt
-
Updated
Jun 29, 2020 - Dart
-
Updated
Jun 26, 2020 - JavaScript
-
[] bug
-
[x ] enhancement
-
feature-discussion (RFC)
-
Swiper Version: 5.2.1
I ran into the same issue with lazy loading breaking srcset media conditions as: nolimits4web/swiper#2499
The solution for me was to use the data-sizes attribute instead of the regular sizes attribute. This isn't documented in the API however
- Framework7 version: 5.5.5
- Vue.js version: 2.6.11
- Platform and Target: Desktop
- JSFiddle: https://jsfiddle.net/c5ns7fa1/
Describe the bug
I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.
Is this a bug or simply a misuse of a simple list?
To Reproduce
Steps to reproduce the behavio
Phase 2:
[x] custom_data incl bson support
[x] functions
[x] remote mongodb client
[ ] push
Details of above subtasks are described in this doc
I learned this by digging through the code base for a while, and uncovered:
From which I deduce that in the same directory where I might have a config/config.ini.php file, I can also have a config/blog.example.org.config.ini.php file - which, if it exists will be used instead.
The encryption section in Java docs https://realm.io/docs/java/latest/#encryption leads to an example that doesn't properly provide a best practice solution for how to store keys used for encryption.
Looks like app.json is hard-coded in jest-expo https://github.com/expo/expo/blob/d39095cd1b037bd54107a932b05d7261b219df58/packages/jest-expo/src/preset/createMockConstants.js#L47
-
Updated
Jun 23, 2020 - TypeScript
-
Updated
Jun 27, 2020 - JavaScript
- I have searched the issues of this repository and believe that this is not a duplicate.
Reproduction link
https://mobile.ant.design/kitchen-sink/components/calendar?lang=en-US#calendar-demo-0
Steps to reproduce
0
What is exp
如何给CML项目设置eslint?
以下只提供一种用 eslint 校验CML项目的方案,开发者可以根据自己情况选择;
standard 具体的规则参考 node_modules/eslint-config-standard/eslintrc.json
[eslint配置详细解释中文文档](https://eslint.bootcss.com/docs/user-gu
-
Updated
Jun 29, 2020 - JavaScript
As documentation mentioned that a RIB can be viewable or viewless, it is found that viewable RIB must be associated with UIViewController. However, I think it is not possible and most viewable RIB should be UIView-based as RIBs framework encouraging us to make reusable and micro components.
As the below image shown, are those viewable RIBs (Confirmation, Location Refinements, Menu) UIViewCont
PaddlePaddle/Paddle使用git-flow分支模型,切换的issue:PaddlePaddle/Paddle#250 ,文档中亦有对PaddlePaddle分支规范的介绍。
PaddlePaddle的主版本库遵循git-flow分支规范。其中:
- master分支为稳定(stable branch)版本
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
Jun 25, 2020
WARNING - A relative path to 'crypto / blockcipher / des-zh.md' is included in the 'nav' configuration, which is not found in the documentation files
WARNING - A relative path to 'crypto / blockcipher / mode / ofb-zh.md' is included in the 'nav' configuration, which is not found in the documentation files
WARNING - A relative path to 'crypto/asymmetric/discrete-log/ecc-zh' is included in the
-
Updated
Jan 26, 2019 - Vue
-
Updated
Jun 28, 2020 - Python
-
Updated
Jun 29, 2020 - Kotlin
Issue Type
- Bug Report
- Feature Request
- Support Question
- Doc
Description
Information
The splash screen mechanism is not well documented since the plugin is not responsible of the resource copy into platforms. I had to check the cordova prepare code in order to figure out how <splash> tag is handled while I was trying to set an android vector (or svg
It can be useful to add a toString() and toStringShort() methods for device_info plugin. Instead of getting the fields one by one, we can use these methods for quick information about the device.