| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
* Fixes multiple android navigation chashes * Fix page.ios unloaded event when navigated to. * calling loaded/unloaded from application suspend resume on the rootview
…ck (NativeScript#5177) Currently only "main/main-page" and "./main/main-page.js" work. Enable "./main/main-page" and "main/main-page.js". Note that "main/main-page.ts" for TS will not work. It doesn't work without webpack too.
In order to make our working boards more visible, I'm adding links to the corresponding waffle.io boards in the Repositories section.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Please sign CLA at http://www.nativescript.org/cla |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
# Conflicts: # README.md # tns-core-modules/application/application.ios.ts # tns-core-modules/ui/frame/fragment.transitions.android.ts # tns-core-modules/ui/frame/frame-common.ts # tns-core-modules/ui/frame/frame.android.ts # tns-core-modules/ui/frame/frame.ios.ts # tns-core-modules/ui/page/page.ios.ts
|
uitests |
Sorry, something went wrong.
|
cuteness |
Sorry, something went wrong.
|
testsappng |
Sorry, something went wrong.
|
@SvetoslavTsenov I see one of the checks failed. Can you provide further information or are you taking this over? A click on Details gives me an ERR_NAME_NOT_RESOLVED error. As far as I remember all checks passed before I updated my PR. |
Sorry, something went wrong.
|
Hey @hettiger, thank you for your contribution. All checks are fine but we still need some time to review the PR. |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
@SvetoslavTsenov Sorry for me asking again but it's almost been a month since your last comment and theres still one pending check. Just a friendly reminder :-) |
Sorry, something went wrong.
|
test |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
Can one of the admins verify this patch? |
Sorry, something went wrong.
|
run ci |
Sorry, something went wrong.
|
@hettiger I had to cherry-pick your fix and open a new PR (your authorship of the contribution is intact) as after some recent CI changes on our side we had some infrastructure issues with running our CI automated tests on the original PR. Sorry for this! |
Sorry, something went wrong.
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
When setting line-height using a stylesheet, line break mode will stop working.
Working line break mode:
https://play.nativescript.org/?template=play-ng&id=3HPeu8
Now adding a style to home.component.css:
Results in broken line break mode:
https://play.nativescript.org/?template=play-ng&id=3HPeu8&v=5
My Pull Request fixes this behavior.