Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Label are not displayed on ios #27

Open
vallemar opened this issue Jan 3, 2024 · 0 comments
Open

Label are not displayed on ios #27

vallemar opened this issue Jan 3, 2024 · 0 comments

Comments

@vallemar
Copy link

vallemar commented Jan 3, 2024

Label are not displayed on ios. I have also tried to give the 'Labels' a height and width, this causes the application to crash.

image

With width

  <Label style=" background: green; color: white" width="50">{{ i }}</Label>

iOS Exception:

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000001, 0x0000000105deed14
Termination Reason: SIGNAL 5 Trace/BPT trap: 5
Terminating Process: exc handler [16638]

Triggered by Thread:  0

Thread 0 Crashed::  Dispatch queue: com.apple.main-thread
0   Mason                         	       0x105deed14 mason_style_set_width + 28
1   myAwesomeApp2                 	       0x10402a964 installV8Module(v8::Isolate*)::$_0::operator()(v8::Local<v8::Object>) const::'lambda0'(v8::FunctionCallbackInfo<v8::Value> const&)::operator()(v8::FunctionCallbackInfo<v8::Value> const&) const + 416 (MasonV8Module.mm:165)
2   myAwesomeApp2                 	       0x10402a7b8 installV8Module(v8::Isolate*)::$_0::operator()(v8::Local<v8::Object>) const::'lambda0'(v8::FunctionCallbackInfo<v8::Value> const&)::__invoke(v8::FunctionCallbackInfo<v8::Value> const&) + 28 (MasonV8Module.mm:165)
3   NativeScript                  	       0x10827bd50 v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) + 276
4   NativeScript                  	       0x10827b38c v8::internal::MaybeHandle<v8::internal::Object> v8::internal::(anonymous namespace)::HandleApiCallHelper<false>(v8::internal::Isolate*, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::Handle<v8::internal::HeapObject>, v8::internal::Handle<v8::internal::FunctionTemplateInfo>, v8::internal::Handle<v8::internal::Object>, v8::internal::BuiltinArguments) + 504
5   NativeScript                  	       0x10827ab28 v8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments, v8::internal::Isolate*) + 240
6   NativeScript                  	       0x108afdf4c Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_BuiltinExit + 108
7   NativeScript                  	       0x108a8be58 Builtins_InterpreterEntryTrampoline + 248
8   NativeScript                  	       0x108a8be58 Builtins_InterpreterEntryTrampoline + 248
9   NativeScript                  	       0x108a8be58 Builtins_InterpreterEntryTrampoline + 248
10  NativeScript                  	       0x108a8be58 Builtins_InterpreterEntryTrampoline + 248
11  NativeScript                  	       0x108a8be58 Builtins_InterpreterEntryTrampoline + 248

on android the application closes without errors

@vallemar vallemar changed the title Label` are not displayed on ios Label are not displayed on ios Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant